{
    "name": "flash",
    "className": "flash animated",
    "cssCode": "@-webkit-keyframes flash {\n  0%, 100%, 50% {\n    opacity: 1\n  }\n  25%,\n  75% {\n    opacity: 0\n  }\n}\n\n@keyframes flash {\n  0%, 100%, 50% {\n    opacity: 1\n  }\n  25%,\n  75% {\n    opacity: 0\n  }\n}\n\n.flash {\n  -webkit-animation-name: flash;\n  animation-name: flash\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 flash {\n  0%, 100%, 50% {\n    opacity: 1\n  }\n  25%,\n  75% {\n    opacity: 0\n  }\n}\n\n.flash {\n  animation-name: flash\n}"
}