aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/PropertyTrack.reel
Commit message (Collapse)AuthorAge
...
* 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>
* 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>
* Fix a bug in span splitting interaction and remove console logsJonathan Duran2012-05-11
| | | | 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>
* Timeline: Bug fix: tweens now hide when their container collapses.Jonathan Duran2012-05-10
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Some sub prop updatesJonathan Duran2012-05-10
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* sub property additionsJonathan Duran2012-05-09
| | | | 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>
* more sub prop additionsJonathan Duran2012-05-04
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* property track additions to serialization data objectJonathan Duran2012-05-04
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Fix subproperty keyframe selectionJonathan Duran2012-05-04
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* update data bindings for subproperty tracksJonathan Duran2012-05-04
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* apply old stash to new branchJonathan Duran2012-05-03
| | | | | | initial work and stubs for sub property support. serialization for property track components and classes Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Replace id with data-montage-id in all reels.Jon Reid2012-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
* Timeline: Add grids to property tracks. First take on clearTimeline method ↵Jon Reid2012-02-24
| | | | on TimelinePanel class.
* Adding some missing copyrightsValerio Virgillito2012-02-24
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Timeline: Create new PropertyTrack subcomponent, and use it in the ↵Jonathan Duran2012-02-23
TimelineTrack component. Cherry pick commit from jreid/Timeline-jreid Signed-off-by: Jonathan Duran <jduran@motorola.com>