<!DOCTYPE html> <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"}, "track_lane": {"#": "track_lanes"} } }, "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 }, "timelineTrack" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.timelineTrack", "oneway" : false }, "keyFrameMillisec" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.keyFrameMillisec", "oneway" : false }, "keyframeID" : { "boundObject" : {"@": "tweenRepetition"}, "boundObjectPropertyPath" : "objectAtCurrentIteration.keyframeID", "oneway" : false } } }, "tweenRepetition": { "module": "montage/ui/repetition.reel", "name": "Repetition", "properties": { "element": {"#": "track_lanes"}, "isSelectionEnabled" : false }, "bindings": { "objects": { "boundObject": {"@": "owner"}, "boundObjectPropertyPath": "tweens", "oneway": false } } } } </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"> <div class="timeline-track"></div> <div class="timeline-track"></div> <div class="timeline-track"></div> </div> <div class="label-transform collapsible-label collapsible-collapsed"> </div> <div class="content-transform collapsible-content collapsible-collapsed"> <div class="timeline-track"></div> <div class="timeline-track"></div> <div class="timeline-track"></div> <div class="timeline-track"></div> <div class="timeline-track"></div> </div> <div class="label-styles collapsible-label collapsible-collapsed"> </div> <div class="content-styles collapsible-content collapsible-collapsed"> </div> </div> </div> </body> </html>