Keyframes/jQuery.Keyframes

Doesn't work on Safari

BQRA opened this issue · 2 comments

BQRA commented

Hi, is jQuery.Keyframes working on Safari? Because i couldn't. It seems to put some code in tag like <style>@-keyframes...</style>, but Safari might be read <style>@-webkit-keyframes...</style>.
What should i do for using this plugin on Safari?

jQuery.Keyframes should work on any css animation capable browser (you can test feature support with tool like Modernizr). Which browser version are you using? I think css animations is supported on Safari from version 5.1...

BQRA commented

Solved for me;
First reason, jquery path not found in examples/index.html ,
second reason, there is no using like delay: 1. It should be delay: "1s" in examples/index.html
third reason, i used $(document).ready instead of $(window).load