aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel
Commit message (Collapse)AuthorAge
* Improve keyframe selection by moving playhead marker to lower z-indexJonathan Duran2012-07-19
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* FIx 3D animation workflowJonathan Duran2012-07-19
| | | | | | Can now add 3D to any keyframe and all the tween will initialize their 3D identity matrices Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Merge branch 'refs/heads/NINJA-master' into TimelineUberJonathan Duran2012-07-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/panels/Timeline/DragDrop.js js/panels/Timeline/Keyframe.reel/Keyframe.js js/panels/Timeline/Layer.reel/Layer.js js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js js/panels/Timeline/Span.reel/Span.js js/panels/Timeline/Style.reel/Style.js js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js js/panels/Timeline/Track.reel/Track.html js/panels/Timeline/Track.reel/Track.js js/panels/Timeline/Track.reel/css/Track.css js/panels/Timeline/TrackSpacer.reel/TrackSpacer.html js/panels/Timeline/TrackSpacer.reel/TrackSpacer.js js/panels/Timeline/TrackSpacer.reel/css/TrackSpacer.css js/panels/Timeline/Tween.reel/Tween.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * fixed incorrect capitalization for DOCTYPE htmlJohn Mayhew2012-07-09
| |
| * Normalize HTML DOCTYPEKris Kowal2012-07-09
| | | | | | | | | | | | | | Was lower-case. Now upper-case. Also fixed BOMs, trailing white-space, DOS line terminators. Did not expand tabs to spaces.
| * BSD LicenseKris Kowal2012-07-09
| |
| * 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
| |
* | Timeline: Ameliorate slowness when adding first keyframe to an element.Jon Reid2012-07-16
| |
* | Merge branch 'refs/heads/timeline-local' into TimelineUberJonathan Duran2012-07-09
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/panels/Timeline/Layer.reel/Layer.js js/panels/Timeline/Style.reel/Style.js js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Timeline: First pass at cleaning up TimelineTrack code. Changes propagatedJon Reid2012-07-03
| | | | | | | | | | | | to PropertyTrack, TimelineTrack, and Tween classes.
* | | Merge branch 'refs/heads/NINJAmaster' into TimelineUberJonathan Duran2012-07-09
|\ \ \ | |/ / |/| / | |/ | | | | | | Conflicts: js/panels/Timeline/Layer.reel/Layer.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Update copyright boilerplateKris Kowal2012-07-06
| |
* | Cleanup Tween.jsJonathan Duran2012-07-03
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Fix performance bug when moving between nested levelsJonathan Duran2012-07-02
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Fix 3d rotate tweens not showing upJonathan Duran2012-07-02
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | select keyframe when first createdJonathan Duran2012-07-02
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* 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>