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.js2
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 4793c356..578c1622 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-name": "border-morph", 17 "-webkit-animation-name": "border-morph",
19 "-webkit-animation-duration": "2s", 18 "-webkit-animation-duration": "2s",
@@ -93,7 +92,6 @@ exports.animationPresets = {
93 "text": "Rotater", 92 "text": "Rotater",
94 "selectorBase" : "rotate-with-alpha-keyframes", 93 "selectorBase" : "rotate-with-alpha-keyframes",
95 "rules" : [{ 94 "rules" : [{
96 "selectorSuffix" : "",
97 "styles" : { 95 "styles" : {
98 "-webkit-animation-name": "rotate-with-alpha-keyframes", 96 "-webkit-animation-name": "rotate-with-alpha-keyframes",
99 "-webkit-animation-duration": "5s", 97 "-webkit-animation-duration": "5s",