polymer-paper-rails 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -18
  3. data/app/assets/components/core-a11y-keys/core-a11y-keys.html +4 -4
  4. data/app/assets/components/core-animation/web-animations.html +1 -1
  5. data/app/assets/components/core-collapse/core-collapse.html +1 -1
  6. data/app/assets/components/core-drawer-panel/core-drawer-panel.css +14 -6
  7. data/app/assets/components/core-drawer-panel/core-drawer-panel.html +32 -8
  8. data/app/assets/components/core-dropdown/core-dropdown.html +8 -2
  9. data/app/assets/components/core-icon/core-icon.html +0 -2
  10. data/app/assets/components/core-icons/av-icons.html +2 -9
  11. data/app/assets/components/core-icons/communication-icons.html +39 -42
  12. data/app/assets/components/core-icons/core-icons.html +231 -235
  13. data/app/assets/components/core-icons/device-icons.html +75 -90
  14. data/app/assets/components/core-icons/editor-icons.html +52 -52
  15. data/app/assets/components/core-icons/hardware-icons.html +40 -41
  16. data/app/assets/components/core-icons/image-icons.html +133 -137
  17. data/app/assets/components/core-icons/maps-icons.html +55 -57
  18. data/app/assets/components/core-icons/notification-icons.html +34 -34
  19. data/app/assets/components/core-icons/social-icons.html +23 -37
  20. data/app/assets/components/core-menu/core-menu.html +8 -3
  21. data/app/assets/components/core-menu/core-submenu.html +2 -2
  22. data/app/assets/components/core-overlay/core-key-helper.html +3 -0
  23. data/app/assets/components/core-overlay/core-overlay-layer.html +3 -0
  24. data/app/assets/components/core-overlay/core-overlay.html +20 -4
  25. data/app/assets/components/core-resizable/core-resizable.html +248 -0
  26. data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.html +14 -3
  27. data/app/assets/components/core-selection/core-selection.html +1 -1
  28. data/app/assets/components/core-selector/core-selector.html +26 -26
  29. data/app/assets/components/core-style/core-style.html +1 -1
  30. data/app/assets/components/core-toolbar/core-toolbar.html +1 -1
  31. data/app/assets/components/paper-button/paper-button-base.html +56 -12
  32. data/app/assets/components/paper-button/paper-button.html +22 -5
  33. data/app/assets/components/paper-checkbox/paper-checkbox.css +65 -184
  34. data/app/assets/components/paper-checkbox/paper-checkbox.html +47 -55
  35. data/app/assets/components/paper-dialog/paper-action-dialog.html +3 -3
  36. data/app/assets/components/paper-dialog/paper-dialog.html +2 -2
  37. data/app/assets/components/paper-dropdown-menu/paper-dropdown-menu.html +4 -1
  38. data/app/assets/components/{core-elements → paper-elements}/metadata.html +0 -0
  39. data/app/assets/components/{core-elements → paper-elements}/paper-elements.html +1 -0
  40. data/app/assets/components/paper-fab/paper-fab.html +2 -2
  41. data/app/assets/components/paper-input/paper-autogrow-textarea.html +8 -3
  42. data/app/assets/components/paper-input/paper-char-counter.html +121 -0
  43. data/app/assets/components/paper-input/paper-input-decorator.css +1 -21
  44. data/app/assets/components/paper-input/paper-input-decorator.html +130 -51
  45. data/app/assets/components/paper-input/paper-input.html +31 -5
  46. data/app/assets/components/paper-item/paper-item.html +1 -2
  47. data/app/assets/components/paper-progress/paper-progress.html +1 -1
  48. data/app/assets/components/paper-radio-button/paper-radio-button.css +16 -12
  49. data/app/assets/components/paper-radio-button/paper-radio-button.html +9 -3
  50. data/app/assets/components/paper-ripple/paper-ripple.html +2 -1
  51. data/app/assets/components/paper-shadow/paper-shadow.css +10 -10
  52. data/app/assets/components/paper-shadow/paper-shadow.html +8 -1
  53. data/app/assets/components/paper-slider/paper-slider.html +28 -4
  54. data/app/assets/components/paper-spinner/paper-spinner.css +35 -23
  55. data/app/assets/components/paper-spinner/paper-spinner.html +46 -5
  56. data/app/assets/components/paper-tabs/paper-tabs.css +5 -0
  57. data/app/assets/components/paper-tabs/paper-tabs.html +32 -7
  58. data/app/assets/components/paper-toggle-button/paper-toggle-button.css +58 -30
  59. data/app/assets/components/paper-toggle-button/paper-toggle-button.html +69 -44
  60. data/app/assets/components/sampler-scaffold/sampler-scaffold.css +1 -1
  61. data/app/assets/components/web-animations-js/web-animations-next-lite.min.js +17 -0
  62. data/app/assets/components/web-animations-js/web-animations-next.min.js +17 -0
  63. data/app/assets/components/web-animations-js/web-animations.min.js +17 -0
  64. data/app/assets/components/webcomponentsjs/CustomElements.js +634 -0
  65. data/app/assets/components/webcomponentsjs/CustomElements.min.js +11 -0
  66. data/app/assets/components/webcomponentsjs/HTMLImports.js +764 -0
  67. data/app/assets/components/webcomponentsjs/HTMLImports.min.js +11 -0
  68. data/app/assets/components/webcomponentsjs/ShadowDOM.js +4277 -0
  69. data/app/assets/components/webcomponentsjs/ShadowDOM.min.js +13 -0
  70. data/app/assets/components/webcomponentsjs/package.json +31 -0
  71. data/app/assets/components/webcomponentsjs/webcomponents-lite.js +1728 -0
  72. data/app/assets/components/webcomponentsjs/webcomponents-lite.min.js +11 -0
  73. data/app/assets/components/webcomponentsjs/webcomponents.js +6114 -0
  74. data/app/assets/components/webcomponentsjs/webcomponents.min.js +14 -0
  75. data/lib/polymer-paper-rails/version.rb +1 -1
  76. metadata +20 -71
  77. data/app/assets/components/core-dropdown/metadata.html +0 -62
  78. data/app/assets/components/core-icons/png-icons.html +0 -19
  79. data/app/assets/components/core-label/core-label.html +0 -124
  80. data/app/assets/components/core-overlay/tests/html/core-overlay-basic.html +0 -127
  81. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning-margin.html +0 -153
  82. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning.html +0 -167
  83. data/app/assets/components/core-overlay/tests/html/core-overlay-scroll.html +0 -130
  84. data/app/assets/components/core-overlay/tests/js/htmltests.js +0 -6
  85. data/app/assets/components/core-overlay/tests/runner.html +0 -14
  86. data/app/assets/components/core-overlay/tests/tests.json +0 -6
  87. data/app/assets/components/core-popup-menu/core-popup-menu.css +0 -28
  88. data/app/assets/components/core-popup-menu/core-popup-menu.html +0 -198
  89. data/app/assets/components/core-popup-menu/core-popup-overlay.html +0 -111
  90. data/app/assets/components/core-popup-menu/metadata.html +0 -62
  91. data/app/assets/components/paper-focusable/paper-focusable.html +0 -146
  92. data/app/assets/components/platform/platform.js +0 -16
  93. data/app/assets/components/web-animations-js/web-animations.js +0 -5529
  94. data/app/assets/components/web-animations-next/Gruntfile.js +0 -279
  95. data/app/assets/components/web-animations-next/History.md +0 -76
  96. data/app/assets/components/web-animations-next/package.json +0 -33
  97. data/app/assets/components/web-animations-next/src/animation-constructor.js +0 -139
  98. data/app/assets/components/web-animations-next/src/animation-node.js +0 -31
  99. data/app/assets/components/web-animations-next/src/animation.js +0 -65
  100. data/app/assets/components/web-animations-next/src/apply-preserving-inline-style.js +0 -192
  101. data/app/assets/components/web-animations-next/src/apply.js +0 -25
  102. data/app/assets/components/web-animations-next/src/box-handler.js +0 -57
  103. data/app/assets/components/web-animations-next/src/color-handler.js +0 -62
  104. data/app/assets/components/web-animations-next/src/deprecation.js +0 -42
  105. data/app/assets/components/web-animations-next/src/dev.js +0 -16
  106. data/app/assets/components/web-animations-next/src/dimension-handler.js +0 -167
  107. data/app/assets/components/web-animations-next/src/effect-callback.js +0 -86
  108. data/app/assets/components/web-animations-next/src/effect.js +0 -110
  109. data/app/assets/components/web-animations-next/src/element-animatable.js +0 -19
  110. data/app/assets/components/web-animations-next/src/font-weight-handler.js +0 -42
  111. data/app/assets/components/web-animations-next/src/group-constructors.js +0 -81
  112. data/app/assets/components/web-animations-next/src/handler-utils.js +0 -177
  113. data/app/assets/components/web-animations-next/src/interpolation.js +0 -49
  114. data/app/assets/components/web-animations-next/src/matrix-decomposition.js +0 -452
  115. data/app/assets/components/web-animations-next/src/matrix-interpolation.js +0 -130
  116. data/app/assets/components/web-animations-next/src/maxifill-player.js +0 -162
  117. data/app/assets/components/web-animations-next/src/normalize-keyframes.js +0 -259
  118. data/app/assets/components/web-animations-next/src/number-handler.js +0 -72
  119. data/app/assets/components/web-animations-next/src/player.js +0 -193
  120. data/app/assets/components/web-animations-next/src/position-handler.js +0 -117
  121. data/app/assets/components/web-animations-next/src/property-interpolation.js +0 -62
  122. data/app/assets/components/web-animations-next/src/property-names.js +0 -35
  123. data/app/assets/components/web-animations-next/src/scope.js +0 -20
  124. data/app/assets/components/web-animations-next/src/shadow-handler.js +0 -108
  125. data/app/assets/components/web-animations-next/src/shape-handler.js +0 -85
  126. data/app/assets/components/web-animations-next/src/tick.js +0 -148
  127. data/app/assets/components/web-animations-next/src/timeline.js +0 -77
  128. data/app/assets/components/web-animations-next/src/timing-utilities.js +0 -242
  129. data/app/assets/components/web-animations-next/src/transform-handler.js +0 -262
  130. data/app/assets/components/web-animations-next/src/visibility-handler.js +0 -29
  131. data/app/assets/components/web-animations-next/target-config.js +0 -124
  132. data/app/assets/components/web-animations-next/target-loader.js +0 -13
  133. data/app/assets/components/web-animations-next/templates/boilerplate +0 -13
  134. data/app/assets/components/web-animations-next/templates/runner.html +0 -26
  135. data/app/assets/components/web-animations-next/templates/web-animations.html +0 -18
  136. data/app/assets/components/web-animations-next/templates/web-animations.js +0 -21
  137. data/app/assets/components/web-animations-next/web-animations-next-lite.dev.html +0 -44
  138. data/app/assets/components/web-animations-next/web-animations-next-lite.dev.js +0 -21
  139. data/app/assets/components/web-animations-next/web-animations-next.dev.html +0 -49
  140. data/app/assets/components/web-animations-next/web-animations-next.dev.js +0 -21
  141. data/app/assets/components/web-animations-next/web-animations.dev.html +0 -44
  142. data/app/assets/components/web-animations-next/web-animations.dev.js +0 -21
  143. data/app/assets/components/web-animations-next/web-animations.html +0 -50
@@ -1,18 +0,0 @@
1
- <!--
2
- Copyright 2014 Google Inc. All rights reserved.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
- <script src="src/dev.js"></script>
17
- <% _.forEach(src, function(src) { %><script src="<%= src %>"></script>
18
- <% }); %>
@@ -1,21 +0,0 @@
1
- // Copyright 2014 Google Inc. All rights reserved.
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
- var webAnimationsSourceTarget = '<%= target %>';
15
- var WEB_ANIMATIONS_TESTING = false;
16
- (function() {
17
- var scripts = document.getElementsByTagName('script');
18
- var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
19
- document.write('<script src="' + location + 'target-config.js"></script>');
20
- document.write('<script src="' + location + 'target-loader.js"></script>');
21
- })();
@@ -1,44 +0,0 @@
1
- <!--
2
- Copyright 2014 Google Inc. All rights reserved.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
- <script src="src/dev.js"></script>
17
- <script src="src/scope.js"></script>
18
- <script src="src/timing-utilities.js"></script>
19
- <script src="src/normalize-keyframes.js"></script>
20
- <script src="src/deprecation.js"></script>
21
- <script src="src/animation-node.js"></script>
22
- <script src="src/effect.js"></script>
23
- <script src="src/property-interpolation.js"></script>
24
- <script src="src/animation.js"></script>
25
- <script src="src/apply.js"></script>
26
- <script src="src/element-animatable.js"></script>
27
- <script src="src/interpolation.js"></script>
28
- <script src="src/player.js"></script>
29
- <script src="src/tick.js"></script>
30
- <script src="src/handler-utils.js"></script>
31
- <script src="src/shadow-handler.js"></script>
32
- <script src="src/number-handler.js"></script>
33
- <script src="src/visibility-handler.js"></script>
34
- <script src="src/color-handler.js"></script>
35
- <script src="src/dimension-handler.js"></script>
36
- <script src="src/box-handler.js"></script>
37
- <script src="src/transform-handler.js"></script>
38
- <script src="src/property-names.js"></script>
39
- <script src="src/timeline.js"></script>
40
- <script src="src/maxifill-player.js"></script>
41
- <script src="src/animation-constructor.js"></script>
42
- <script src="src/effect-callback.js"></script>
43
- <script src="src/group-constructors.js"></script>
44
-
@@ -1,21 +0,0 @@
1
- // Copyright 2014 Google Inc. All rights reserved.
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
- var webAnimationsSourceTarget = 'web-animations-next-lite';
15
- var WEB_ANIMATIONS_TESTING = false;
16
- (function() {
17
- var scripts = document.getElementsByTagName('script');
18
- var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
19
- document.write('<script src="' + location + 'target-config.js"></script>');
20
- document.write('<script src="' + location + 'target-loader.js"></script>');
21
- })();
@@ -1,49 +0,0 @@
1
- <!--
2
- Copyright 2014 Google Inc. All rights reserved.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
- <script src="src/dev.js"></script>
17
- <script src="src/scope.js"></script>
18
- <script src="src/timing-utilities.js"></script>
19
- <script src="src/normalize-keyframes.js"></script>
20
- <script src="src/deprecation.js"></script>
21
- <script src="src/animation-node.js"></script>
22
- <script src="src/effect.js"></script>
23
- <script src="src/property-interpolation.js"></script>
24
- <script src="src/animation.js"></script>
25
- <script src="src/apply-preserving-inline-style.js"></script>
26
- <script src="src/element-animatable.js"></script>
27
- <script src="src/interpolation.js"></script>
28
- <script src="src/matrix-interpolation.js"></script>
29
- <script src="src/player.js"></script>
30
- <script src="src/tick.js"></script>
31
- <script src="src/matrix-decomposition.js"></script>
32
- <script src="src/handler-utils.js"></script>
33
- <script src="src/shadow-handler.js"></script>
34
- <script src="src/number-handler.js"></script>
35
- <script src="src/visibility-handler.js"></script>
36
- <script src="src/color-handler.js"></script>
37
- <script src="src/dimension-handler.js"></script>
38
- <script src="src/box-handler.js"></script>
39
- <script src="src/transform-handler.js"></script>
40
- <script src="src/font-weight-handler.js"></script>
41
- <script src="src/position-handler.js"></script>
42
- <script src="src/shape-handler.js"></script>
43
- <script src="src/property-names.js"></script>
44
- <script src="src/timeline.js"></script>
45
- <script src="src/maxifill-player.js"></script>
46
- <script src="src/animation-constructor.js"></script>
47
- <script src="src/effect-callback.js"></script>
48
- <script src="src/group-constructors.js"></script>
49
-
@@ -1,21 +0,0 @@
1
- // Copyright 2014 Google Inc. All rights reserved.
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
- var webAnimationsSourceTarget = 'web-animations-next';
15
- var WEB_ANIMATIONS_TESTING = false;
16
- (function() {
17
- var scripts = document.getElementsByTagName('script');
18
- var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
19
- document.write('<script src="' + location + 'target-config.js"></script>');
20
- document.write('<script src="' + location + 'target-loader.js"></script>');
21
- })();
@@ -1,44 +0,0 @@
1
- <!--
2
- Copyright 2014 Google Inc. All rights reserved.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
- <script src="src/dev.js"></script>
17
- <script src="src/scope.js"></script>
18
- <script src="src/timing-utilities.js"></script>
19
- <script src="src/normalize-keyframes.js"></script>
20
- <script src="src/deprecation.js"></script>
21
- <script src="src/animation-node.js"></script>
22
- <script src="src/effect.js"></script>
23
- <script src="src/property-interpolation.js"></script>
24
- <script src="src/animation.js"></script>
25
- <script src="src/apply-preserving-inline-style.js"></script>
26
- <script src="src/element-animatable.js"></script>
27
- <script src="src/interpolation.js"></script>
28
- <script src="src/matrix-interpolation.js"></script>
29
- <script src="src/player.js"></script>
30
- <script src="src/tick.js"></script>
31
- <script src="src/matrix-decomposition.js"></script>
32
- <script src="src/handler-utils.js"></script>
33
- <script src="src/shadow-handler.js"></script>
34
- <script src="src/number-handler.js"></script>
35
- <script src="src/visibility-handler.js"></script>
36
- <script src="src/color-handler.js"></script>
37
- <script src="src/dimension-handler.js"></script>
38
- <script src="src/box-handler.js"></script>
39
- <script src="src/transform-handler.js"></script>
40
- <script src="src/font-weight-handler.js"></script>
41
- <script src="src/position-handler.js"></script>
42
- <script src="src/shape-handler.js"></script>
43
- <script src="src/property-names.js"></script>
44
-
@@ -1,21 +0,0 @@
1
- // Copyright 2014 Google Inc. All rights reserved.
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
- var webAnimationsSourceTarget = 'web-animations';
15
- var WEB_ANIMATIONS_TESTING = false;
16
- (function() {
17
- var scripts = document.getElementsByTagName('script');
18
- var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
19
- document.write('<script src="' + location + 'target-config.js"></script>');
20
- document.write('<script src="' + location + 'target-loader.js"></script>');
21
- })();
@@ -1,50 +0,0 @@
1
- <!--
2
- Copyright 2014 Google Inc. All rights reserved.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
-
17
- <!-- WARNING: This file is DEPRECATED, for development purposes use
18
- web-animations*.dev.html instead or depend on
19
- web-animations*.min.js in the web-animations-js
20
- repository -->
21
-
22
- <script src="src/dev.js"></script>
23
- <script src="src/scope.js"></script>
24
- <script src="src/deprecation.js"></script>
25
- <script src="src/timing-utilities.js"></script>
26
- <script src="src/normalize-keyframes.js"></script>
27
- <script src="src/animation-node.js"></script>
28
- <script src="src/effect.js"></script>
29
- <script src="src/property-interpolation.js"></script>
30
- <script src="src/animation.js"></script>
31
- <script src="src/apply.js"></script>
32
- <script src="src/element-animatable.js"></script>
33
- <script src="src/interpolation.js"></script>
34
- <script src="src/player.js"></script>
35
- <script src="src/tick.js"></script>
36
- <script src="src/handler-utils.js"></script>
37
- <script src="src/shadow-handler.js"></script>
38
- <script src="src/number-handler.js"></script>
39
- <script src="src/visibility-handler.js"></script>
40
- <script src="src/color-handler.js"></script>
41
- <script src="src/dimension-handler.js"></script>
42
- <script src="src/box-handler.js"></script>
43
- <script src="src/transform-handler.js"></script>
44
- <script src="src/property-names.js"></script>
45
- <script src="src/timeline.js"></script>
46
- <script src="src/maxifill-player.js"></script>
47
- <script src="src/animation-constructor.js"></script>
48
- <script src="src/effect-callback.js"></script>
49
- <script src="src/group-constructors.js"></script>
50
-