aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/default-animation-presets.js
diff options
context:
space:
mode:
authorEric Guzman2012-03-22 11:52:44 -0700
committerEric Guzman2012-03-22 11:52:44 -0700
commitfea875906664f12feaad0f282901fa8d9a8b054a (patch)
treef26dbb4f606e206f619b5ec4646fc3bd1f627343 /js/panels/presets/default-animation-presets.js
parent57cc00a5ef3ab525e54a030d7692b2d9eefaa68b (diff)
downloadninja-fea875906664f12feaad0f282901fa8d9a8b054a.tar.gz
Presets Panel - Adding presets controller and removing functionality from panel code
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 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",