UNPKG

anicollection

Version:

AniCollection, The easiest way to find, use and share CSS3 animations.

12 lines 2.3 kB
{ "name": "zoomInRight", "className": "zoomInRight animated", "cssCode": "@-webkit-keyframes zoomInRight {\n 0% {\n opacity: 0;\n -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);\n transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);\n -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);\n animation-timing-function: cubic-bezier(0.55, .055, .675, .19)\n }\n 60% {\n opacity: 1;\n -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);\n transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);\n -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);\n animation-timing-function: cubic-bezier(0.175, .885, .32, 1)\n }\n}\n\n@keyframes zoomInRight {\n 0% {\n opacity: 0;\n -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);\n -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);\n transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);\n -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);\n animation-timing-function: cubic-bezier(0.55, .055, .675, .19)\n }\n 60% {\n opacity: 1;\n -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);\n -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);\n transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);\n -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);\n animation-timing-function: cubic-bezier(0.175, .885, .32, 1)\n }\n}\n\n.zoomInRight {\n -webkit-animation-name: zoomInRight;\n animation-name: zoomInRight\n}", "editionLink": "codepen.io", "author": "Dan Eden", "source": "Animate.css", "sourceUrl": "http://daneden.github.io/animate.css/", "issues": "https://github.com/daneden/animate.css/issues", "license": "MIT", "plainCssCode": "@keyframes zoomInRight {\n 0% {\n opacity: 0;\n transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);\n animation-timing-function: cubic-bezier(0.55, .055, .675, .19)\n }\n 60% {\n opacity: 1;\n transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);\n animation-timing-function: cubic-bezier(0.175, .885, .32, 1)\n }\n}\n\n.zoomInRight {\n animation-name: zoomInRight\n}" }