aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel
Commit message (Collapse)AuthorAge
* Timeline: Bug fix: Keyframe animation now works with 3D elements.Jon Reid2012-06-20
|
* prop tween splittingJonathan Duran2012-06-19
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Bug FixesJon Reid2012-06-18
| | | | | | - Splitting tweens now works again for shift-click interaction - Fixed visual "jump" in keyframes and spans when splitting tweens - Set default easing to "none" to match CSS standard.
* Timeline: Bug fix: When adding a new keyframe, easing is set to "undefined".Jon Reid2012-06-15
|
* Timeline: Bug fix IKNINJA 1716, "Ease options are not correctly displayed inJon Reid2012-06-15
| | | | Timeline after a file is saved and re-opened."
* Merge remote-tracking branch 'ninja-internal/master' into test-mergeJon Reid2012-06-15
|\ | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
| * adding more missing properties to the timelineValerio Virgillito2012-06-12
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Sub PropsKruti Shah2012-06-12
| | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | collapse fix for restored style layersJonathan Duran2012-05-24
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Diamond keyframesJonathan Duran2012-05-23
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | update ease method to distinguish between main animation and prop animationsJonathan Duran2012-05-22
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Fix restore tween for main layer track with multiple animation namesJonathan Duran2012-05-16
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | methods for setting simple ease and splitting sub prop spansJonathan Duran2012-05-16
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Remove span highlighting and start syncing pos tracks and main track keyframesJonathan Duran2012-05-16
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | remove old methodJonathan Duran2012-05-15
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | fix keyframe splittingJonathan Duran2012-05-15
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | remove console logs. add retrieve tweens method for prop tracksJonathan Duran2012-05-15
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | update stage element on sub prop keyframe selectJonathan Duran2012-05-15
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | support width and height tween prop on re-opening saved docJonathan Duran2012-05-15
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | handle more prop types in subgroup keyframe rulesJonathan Duran2012-05-14
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | fix keyframe bug when adding keyframes to sub propertiesJonathan Duran2012-05-14
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | handle style changes on keyframesJonathan Duran2012-05-14
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | style keyframe rule additionJonathan Duran2012-05-14
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | allow splitting existing spans with new keyframeJonathan Duran2012-05-11
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Change sub property track arraysJonathan Duran2012-05-08
| | | | | | | | | | | | Remove transform section and move width and height into Position section. rename position section Position and Size. additional support for generic prop tweens Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Merge branch 'refs/heads/TimelineUber' into TimelinePropsJonathan Duran2012-05-04
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Timeline: True drag-and-drop of keyframesJon Reid2012-05-04
| | |
| * | Timeline: More work on tween drag-and-dropJon Reid2012-05-03
| |/
* / Fix subproperty keyframe selectionJonathan Duran2012-05-04
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Change serialization parameters for some component properties.Jon Reid2012-04-30
|
* Timeline: Replace id with data-montage-id in all reels.Jon Reid2012-04-27
|
* Merge branch 'refs/heads/serialization'Valerio Virgillito2012-04-27
|\
| * Removing all "module" declarations and replaced with "prototype" in ↵John Mayhew2012-04-26
| | | | | | | | preparation for montage converting to the new "prototype" format fully
* | Turn on width and height as tweenable propertiesJonathan Duran2012-04-24
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Remove unneeded requireJonathan Duran2012-04-19
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | FIX for layer selection when adding a keyframe in unselected layerJonathan Duran2012-04-18
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | More Absolute vs Relative changes and cleanupJonathan Duran2012-04-11
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Abs. vs. Rel. animation postion functionsJonathan Duran2012-04-10
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Merge branch 'refs/heads/NINJAmaster' into TimelineUberJonathan Duran2012-04-04
|\| | | | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/tools/SelectionTool.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Squashed commit of Preparing for the montage undo-manager: Architecture changesValerio Virgillito2012-04-04
| | | | | | | | | | | | | | | | | | Reworked the add and remove elements into 1 function which can take 1 or more elements. Removed the _element from the selection array Many other changes related to those 2 changes Undo/Redo shortcuts are now using montage undo/redo manager. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Timeline: Initial implementation of timeline zoom.Jon Reid2012-04-03
| |
* | TImeline : Bug Fix 1429 & The zoom tweendataKruti Shah2012-04-02
| | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | Merge branch 'Timeline-latest-change' of github.com:ntfx47/ninja-internal ↵Jonathan Duran2012-03-27
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into TimelineUber Conflicts: js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Timeline : Adding Zoom SliderKruti Shah2012-03-26
| |/ | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* / Fix bug with track properties getting over writtenJonathan Duran2012-03-26
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Optimize Tween component needsDraw callsJonathan Duran2012-03-14
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Bigfixes and cleanup from optimizationJonathan Duran2012-03-07
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Optimize serialization bindings for Tween componentJonathan Duran2012-03-07
| | | | | | Move all serialized properties of Tween component into on data object with one binding instead of multiple properties with individual bindings Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline Fix for layer/element selectionJonathan Duran2012-03-06
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline bug fixes and cleanupJonathan Duran2012-03-01
| | | | | | Deselect tweens on every selection change. Replace JS alerts with console logs. Cleanup obsolete models and references. Signed-off-by: Jonathan Duran <jduran@motorola.com>