aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel
Commit message (Collapse)AuthorAge
* Normalize HTML doctypeKris Kowal2012-07-06
|
* Remove byte order markers (BOM)Kris Kowal2012-07-06
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Bug Fix : Hot Text change from the CSS panelKruti Shah2012-06-27
| | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* Bug Fix : PI changes in Position updates the hottest in timeline & Keyframes ↵Kruti Shah2012-06-27
| | | | | | deselection help apply style property Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* Bug Fix: Fix Animation for Position & Size PropsKruti Shah2012-06-27
| | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* Fix sub prop animationsJonathan Duran2012-06-26
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline Bug fixesJonathan Duran2012-06-26
| | | | | | Fix keyframe selection updating stage for sub props. Fix tween 0 for sub props on re-open. Fix repetition mismatch for styles and position tracks. Signed-off-by: Jonathan Duran <jduran@motorola.com>
* 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>