diff options
author | hwc487 | 2012-03-29 17:13:28 -0700 |
---|---|---|
committer | hwc487 | 2012-03-29 17:13:28 -0700 |
commit | 50125608bba2ebfae24c1e13ec030fe7a7128158 (patch) | |
tree | 0baa1949e590dd9e2570b31b989bc97a10527190 /js/panels/presets/default-animation-presets.js | |
parent | 3fd2cdb59027b3f973b9165db9db4fdd22026941 (diff) | |
download | ninja-50125608bba2ebfae24c1e13ec030fe7a7128158.tar.gz |
merge from main
Diffstat (limited to 'js/panels/presets/default-animation-presets.js')
-rw-r--r-- | js/panels/presets/default-animation-presets.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/panels/presets/default-animation-presets.js b/js/panels/presets/default-animation-presets.js index b12a94b2..64f91ea6 100644 --- a/js/panels/presets/default-animation-presets.js +++ b/js/panels/presets/default-animation-presets.js | |||
@@ -13,6 +13,7 @@ exports.animationPresets = { | |||
13 | "text": "Border Morph", | 13 | "text": "Border Morph", |
14 | "selectorBase" : "border-morph", | 14 | "selectorBase" : "border-morph", |
15 | "rules" : [{ | 15 | "rules" : [{ |
16 | "selectorSuffix" : "", | ||
16 | "styles" : { | 17 | "styles" : { |
17 | "-webkit-animation": "border-morph 2s infinite" | 18 | "-webkit-animation": "border-morph 2s infinite" |
18 | } | 19 | } |
@@ -90,6 +91,7 @@ exports.animationPresets = { | |||
90 | "text": "Rotater", | 91 | "text": "Rotater", |
91 | "selectorBase" : "rotate-with-alpha-keyframes", | 92 | "selectorBase" : "rotate-with-alpha-keyframes", |
92 | "rules" : [{ | 93 | "rules" : [{ |
94 | "selectorSuffix" : "", | ||
93 | "styles" : { | 95 | "styles" : { |
94 | "-webkit-animation-name": "rotate-with-alpha-keyframes", | 96 | "-webkit-animation-name": "rotate-with-alpha-keyframes", |
95 | "-webkit-animation-duration": "5s", | 97 | "-webkit-animation-duration": "5s", |