More actions
m fix <noinclude> end tag |
Standard animation CSS is widely supported. Old vendor compatibility prefixes seem to have broken the flashy, removed them to fix it. |
||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
@keyframes flashy { 50% { opacity: 0; } } | @keyframes flashy { 50% { opacity: 0; } } | ||
.flashy img { | .flashy img { | ||
animation-name: flashy; | animation-name: flashy; | ||
| Line 10: | Line 7: | ||
animation-iteration-count: infinite; | animation-iteration-count: infinite; | ||
animation-direction: alternate; | animation-direction: alternate; | ||
} | } | ||
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||