jsguy / mithril.animate

A compact library that allows you to bind CSS3 animations to properties on your Mithril elements.
MIT License
87 stars 4 forks source link

Cat example does not work in OS X Safari #4

Closed ArthurClemens closed 9 years ago

ArthurClemens commented 9 years ago

Works fine in Firefox and Chrome, not in Safari. No error message, just nothing.

jsguy commented 9 years ago

Hmmm... http://arstechnica.com/information-technology/2015/06/op-ed-safari-is-the-new-internet-explorer/

I'll see what I can do - might just need to add some prefixes for the animations :)

jsguy commented 9 years ago

@ArthurClemens This is now fixed, enjoy the spinning cats! :)

ArthurClemens commented 9 years ago

Looks good.