aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/default-animation-presets.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/presets/default-animation-presets.js')
-rw-r--r--js/panels/presets/default-animation-presets.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/presets/default-animation-presets.js b/js/panels/presets/default-animation-presets.js
index 64f91ea6..578c1622 100644
--- a/js/panels/presets/default-animation-presets.js
+++ b/js/panels/presets/default-animation-presets.js
@@ -13,9 +13,10 @@ 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-name": "border-morph",
18 "-webkit-animation-duration": "2s",
19 "-webkit-animation-iteration-count": "infinite"
19 } 20 }
20 }, 21 },
21 { 22 {
@@ -91,7 +92,6 @@ exports.animationPresets = {
91 "text": "Rotater", 92 "text": "Rotater",
92 "selectorBase" : "rotate-with-alpha-keyframes", 93 "selectorBase" : "rotate-with-alpha-keyframes",
93 "rules" : [{ 94 "rules" : [{
94 "selectorSuffix" : "",
95 "styles" : { 95 "styles" : {
96 "-webkit-animation-name": "rotate-with-alpha-keyframes", 96 "-webkit-animation-name": "rotate-with-alpha-keyframes",
97 "-webkit-animation-duration": "5s", 97 "-webkit-animation-duration": "5s",