diff options
Diffstat (limited to 'js/panels/Timeline/Span.reel/Span.html')
-rw-r--r-- | js/panels/Timeline/Span.reel/Span.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/js/panels/Timeline/Span.reel/Span.html b/js/panels/Timeline/Span.reel/Span.html index d328fcdb..00e901e7 100644 --- a/js/panels/Timeline/Span.reel/Span.html +++ b/js/panels/Timeline/Span.reel/Span.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE html> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
@@ -29,9 +29,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
29 | POSSIBILITY OF SUCH DAMAGE. | 29 | POSSIBILITY OF SUCH DAMAGE. |
30 | </copyright> --> | 30 | </copyright> --> |
31 | <html lang="en"> | 31 | <html lang="en"> |
32 | <head> | 32 | <head> |
33 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | 33 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
34 | <link rel="stylesheet" type="text/css" href="css/Span.css"> | 34 | <link rel="stylesheet" type="text/css" href="css/Span.css"> |
35 | <script type="text/montage-serialization"> | 35 | <script type="text/montage-serialization"> |
36 | { | 36 | { |
37 | "owner": { | 37 | "owner": { |
@@ -45,17 +45,17 @@ POSSIBILITY OF SUCH DAMAGE. | |||
45 | 45 | ||
46 | } | 46 | } |
47 | </script> | 47 | </script> |
48 | </head> | 48 | </head> |
49 | <body> | 49 | <body> |
50 | 50 | ||
51 | <div data-montage-id="spanspace" class="tween_span"> | 51 | <div data-montage-id="spanspace" class="tween_span"> |
52 | <div class="tween_span_bar"></div> | 52 | <div class="tween_span_bar"></div> |
53 | <div data-montage-id="container_easing" class="container-easing-choice"> | 53 | <div data-montage-id="container_easing" class="container-easing-choice"> |
54 | <div data-montage-id="easing_choice" class="easing-choice"> | 54 | <div data-montage-id="easing_choice" class="easing-choice"> |
55 | ease-out | 55 | ease-out |
56 | </div> | 56 | </div> |
57 | </div> | 57 | </div> |
58 | </div> | 58 | </div> |
59 | 59 | ||
60 | </body> | 60 | </body> |
61 | </html> | 61 | </html> |