„MediaWiki:Timeless.css” változatai közötti eltérés
bugfix: firefox doesn't support display in animations |
bugfix: ease and index |
||
| 32. sor: | 32. sor: | ||
@keyframes hide { | @keyframes hide { | ||
from { margin-right: 0; } | from { margin-right: 0; } | ||
99% { margin-right: -16em; opacity: 0; } | 99% { margin-right: -16em; opacity: 0; position: relative; } | ||
to { opacity: 0; position: absolute; } | to { opacity: 0; position: absolute; z-index: -999; } | ||
} | } | ||