diff options
Diffstat (limited to 'js/panels/presets/default-animation-presets.js')
-rw-r--r-- | js/panels/presets/default-animation-presets.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/panels/presets/default-animation-presets.js b/js/panels/presets/default-animation-presets.js index 10a3e906..fa0127c2 100644 --- a/js/panels/presets/default-animation-presets.js +++ b/js/panels/presets/default-animation-presets.js | |||
@@ -13,7 +13,6 @@ exports.animationPresets = { | |||
13 | "text": "Border Morph", | 13 | "text": "Border Morph", |
14 | "selectorBase" : "border-morph", | 14 | "selectorBase" : "border-morph", |
15 | "rules" : [{ | 15 | "rules" : [{ |
16 | "selectorSuffix" : "", | ||
17 | "styles" : { | 16 | "styles" : { |
18 | "-webkit-animation": "border-morph 2s infinite" | 17 | "-webkit-animation": "border-morph 2s infinite" |
19 | } | 18 | } |
@@ -43,7 +42,6 @@ exports.animationPresets = { | |||
43 | "text": "Rotater", | 42 | "text": "Rotater", |
44 | "selectorBase" : "rotate-with-alpha-keyframes", | 43 | "selectorBase" : "rotate-with-alpha-keyframes", |
45 | "rules" : [{ | 44 | "rules" : [{ |
46 | "selectorSuffix" : "", | ||
47 | "styles" : { | 45 | "styles" : { |
48 | "-webkit-animation-name": "rotate-with-alpha-keyframes", | 46 | "-webkit-animation-name": "rotate-with-alpha-keyframes", |
49 | "-webkit-animation-duration": "5s", | 47 | "-webkit-animation-duration": "5s", |