diff options
author | Jon Reid | 2012-05-22 18:23:36 -0700 |
---|---|---|
committer | Jon Reid | 2012-05-22 18:23:36 -0700 |
commit | d3f67c2e306cb1888099f4decba00a9d8727cc43 (patch) | |
tree | 262e17bf9150fe84675897b2ea9ee8eb68602859 /js/panels/Timeline/Span.reel/Span.html | |
parent | d43a3179171a9f82c7a17425ec69ff0a4d571f10 (diff) | |
download | ninja-d3f67c2e306cb1888099f4decba00a9d8727cc43.tar.gz |
Timeline: New easing selector in spans.
Diffstat (limited to 'js/panels/Timeline/Span.reel/Span.html')
-rw-r--r-- | js/panels/Timeline/Span.reel/Span.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/js/panels/Timeline/Span.reel/Span.html b/js/panels/Timeline/Span.reel/Span.html index 8baa141a..d6c359ad 100644 --- a/js/panels/Timeline/Span.reel/Span.html +++ b/js/panels/Timeline/Span.reel/Span.html | |||
@@ -13,7 +13,10 @@ | |||
13 | "owner": { | 13 | "owner": { |
14 | "prototype": "js/panels/Timeline/Span.reel", | 14 | "prototype": "js/panels/Timeline/Span.reel", |
15 | "properties": { | 15 | "properties": { |
16 | "element": {"#": "spanspace"} | 16 | "element": {"#": "spanspace"}, |
17 | "container_easing" : {"#" : "container_easing"}, | ||
18 | "easing_choice" : {"#": "easing_choice"}, | ||
19 | "easing_choices" : {"#" : "easing_choices"} | ||
17 | } | 20 | } |
18 | } | 21 | } |
19 | 22 | ||
@@ -23,6 +26,18 @@ | |||
23 | <body> | 26 | <body> |
24 | 27 | ||
25 | <div data-montage-id="spanspace" class="tween_span"> | 28 | <div data-montage-id="spanspace" class="tween_span"> |
29 | <div class="tween_span_bar"></div> | ||
30 | <div data-montage-id="container_easing" class="container-easing"> | ||
31 | <div data-montage-id="easing_choice" class="easing-choice"> | ||
32 | ease-in-out | ||
33 | </div> | ||
34 | <ul data-montage-id="easing_choices" class="easing-choices"> | ||
35 | <li>choice 1</li> | ||
36 | <li>choice 2</li> | ||
37 | <li>choice 3</li> | ||
38 | <li>choice 4</li> | ||
39 | </ul> | ||
40 | </div> | ||
26 | </div> | 41 | </div> |
27 | 42 | ||
28 | </body> | 43 | </body> |