Chrome's webkit is the only one (as I know) supporting animation-fill-mode.
(-webkit-animation-fill-mode: forwards
)
On my site the animation works just fine when you load the page on Chrome. However, as it's a mobile site, it's a problem that it doesn't work outside Chrome.
I'd like a pure CSS solution if possible.