<!DOCTYPE html> <!-- <copyright> This file contains proprietary software owned by Motorola Mobility, Inc.<br/> No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. </copyright> --> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="css/TimelineTrack.css"> <script type="text/montage-serialization"> { "owner": { "module": "js/panels/Timeline/TimelineTrack.reel", "name": "Track", "properties": { "element": {"#": "track"}, "tweenRepetition" : {"@" : "tweenRepetition"}, "styleTracksRepetition" : {"@" : "styleTracksRepetition"}, "tween": {"@" : "tween"} } }, "tween" : { "module" : "js/panels/timeline/Tween.reel", "name" : "Tween", "properties" : { "element":{"#": "track_lane"} }, "bindings" : { "spanWidth" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.spanWidth", "oneway" : false }, "keyFramePosition" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.keyFramePosition", "oneway" : false }, "spanPosition" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.spanPosition", "oneway" : false }, "keyFrameMillisec" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.keyFrameMillisec", "oneway" : false }, "tweenID" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.tweenID", "oneway" : false }, "tweenedProperties" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.tweenedProperties", "oneway" : false }, "isTweenAnimated" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.isTweenAnimated", "oneway" : false }, "isClearing" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.isClearing", "oneway" : false } } }, "tweenRepetition": { "module": "montage/ui/repetition.reel", "name": "Repetition", "properties": { "element": {"#": "track_lanes"}, "isSelectionEnabled" : false }, "bindings": { "objects": { "boundObject": {"@": "owner"}, "boundObjectPropertyPath": "tweens", "oneway": false } } }, "styleTrackRepetition": { "module": "montage/ui/repetition.reel", "name": "Repetition", "properties": { "element": {"#": "content-styles"}, "isSelectionEnabled" : false }, "bindings": { "objects": { "boundObject": {"@": "owner"}, "boundObjectPropertyPath": "arrStyleTracks", "oneway": false } } }, "positionTracksRepetition": { "module": "montage/ui/repetition.reel", "name": "Repetition", "properties": { "element": {"#": "content-position-tracks"}, "isSelectionEnabled" : false }, "bindings": { "objects": { "boundObject": {"@": "owner"}, "boundObjectPropertyPath": "arrPositionTracks", "oneway": false } } }, "positionPropertyTrack" : { "module" : "js/panels/Timeline/PropertyTrack.reel", "name" : "PropertyTrack", "properties" : { "element":{"#": "position-track-base"} } }, "transformTracksRepetition": { "module": "montage/ui/repetition.reel", "name": "Repetition", "properties": { "element": {"#": "content-transform-tracks"}, "isSelectionEnabled" : false }, "bindings": { "objects": { "boundObject": {"@": "owner"}, "boundObjectPropertyPath": "arrTransformTracks", "oneway": false } } }, "transformPropertyTrack" : { "module" : "js/panels/Timeline/PropertyTrack.reel", "name" : "PropertyTrack", "properties" : { "element":{"#": "transform-track-base"} } } } </script> </head> <body> <div id="track" class="timeline-track"> <div id="track_lanes" class="tracklane"> <div id="track_lane"></div> </div> <div class="label-main collapsible-label collapsible-collapsed"></div> <div class="collapsible-content collapsible-collapsed content-main"> <div class="label-position collapsible-label collapsible-collapsed"> </div> <div class="content-position collapsible-content collapsible-collapsed" id="content-position-tracks"> <div id="position-track-base"></div> </div> <div class="label-transform collapsible-label collapsible-collapsed"> </div> <div class="content-transform collapsible-content collapsible-collapsed" id="content-transform-tracks"> <div id="transform-track-base"></div> </div> <div class="label-styles collapsible-label collapsible-collapsed"> </div> <div id="content-styles" class="content-styles collapsible-content collapsible-collapsed"> <div class="timeline-track"></div> </div> </div> </div> </body> </html>