postcss-animation.css-data
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -22,2 +22,3 @@ { | ||
"rollIn": "@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}to{opacity:1;transform:none;}}", | ||
"jackInTheBox": "@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom;}50%{transform:rotate(-10deg);}70%{transform:rotate(3deg);}to{opacity:1;transform:scale(1);}}", | ||
"hinge": "@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out;}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out;}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;}to{transform:translate3d(0, 700px, 0);opacity:0;}}", | ||
@@ -24,0 +25,0 @@ "rotateOutUpRight": "@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0;}}", |
{ | ||
"name": "postcss-animation.css-data", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "index.json", | ||
@@ -11,3 +11,3 @@ "scripts": { | ||
"devDependencies": { | ||
"animate.css": "^3.5.2", | ||
"animate.css": "git+https://github.com/daneden/animate.css.git", | ||
"css-parse-keyframes": "^0.0.4" | ||
@@ -14,0 +14,0 @@ }, |
Sorry, the diff of this file is not supported yet
17489
106