anicollection
Version:
AniCollection, The easiest way to find, use and share CSS3 animations.
12 lines • 721 B
JSON
{
"name": "fadeOut",
"className": "fadeOut animated",
"cssCode": "@-webkit-keyframes fadeOut {\n 0% {\n opacity: 1\n }\n 100% {\n opacity: 0\n }\n}\n\n@keyframes fadeOut {\n 0% {\n opacity: 1\n }\n 100% {\n opacity: 0\n }\n}\n\n.fadeOut {\n -webkit-animation-name: fadeOut;\n animation-name: fadeOut\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 fadeOut {\n 0% {\n opacity: 1\n }\n 100% {\n opacity: 0\n }\n}\n\n.fadeOut {\n animation-name: fadeOut\n}"
}