diff options
author | Valerio Virgillito | 2012-04-04 11:45:29 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-04 11:45:29 -0700 |
commit | a3d7527e9c1ea29d064205b14f6a75e843d49131 (patch) | |
tree | 39705d138b489d2e90722238c850320fd6b6a8e9 /js/panels | |
parent | a11ef2eed7049835c8bdfa50a2b893632c46eaa0 (diff) | |
parent | af52148777d554dc6e55a736574b82e4916f1fea (diff) | |
download | ninja-a3d7527e9c1ea29d064205b14f6a75e843d49131.tar.gz |
Merge pull request #150 from ericguzman/PresetsPI
Presets - Fix a couple issues with presets
Diffstat (limited to 'js/panels')
-rw-r--r-- | js/panels/presets/default-animation-presets.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/panels/presets/default-animation-presets.js b/js/panels/presets/default-animation-presets.js index b12a94b2..578c1622 100644 --- a/js/panels/presets/default-animation-presets.js +++ b/js/panels/presets/default-animation-presets.js | |||
@@ -14,7 +14,9 @@ exports.animationPresets = { | |||
14 | "selectorBase" : "border-morph", | 14 | "selectorBase" : "border-morph", |
15 | "rules" : [{ | 15 | "rules" : [{ |
16 | "styles" : { | 16 | "styles" : { |
17 | "-webkit-animation": "border-morph 2s infinite" | 17 | "-webkit-animation-name": "border-morph", |
18 | "-webkit-animation-duration": "2s", | ||
19 | "-webkit-animation-iteration-count": "infinite" | ||
18 | } | 20 | } |
19 | }, | 21 | }, |
20 | { | 22 | { |