+ 4
Why animations won't work mostly on Apple devices?
I have an animation code and people with apple devices complain about unworking animations. How could I make it compatible with their devices?
12 Respuestas
+ 5
KrOW You test my code?
+ 5
Darn it. Next time there will be no next time.
+ 4
KrOW I'm using it all the time.
+ 4
My Interactive Fan code. Buttons won't work/animate.
+ 4
add in head
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
and all will be fixed 😉
P.S. or add necessary prefix yourself.
+ 4
KrOW I'll not edit that code anymore. Thanks for the tip. I'll just keep it in mind next time.
+ 2
I dont have iOS (luckly 😁) but you tried to add webkit proprietary rule (like -webkit-keyframes, -webkit-transforms etc)?
+ 2
Sleepy Koala You have to add only that line and all is fixed then all can see your work
+ 1
mine too
+ 1
Sleepy Koala Which code dont work on ios? What are the problems in run in it?
+ 1
Sleepy Koala "transform" also have need of prefix for work (now it dont work not even on my android kitkat device)
+ 1
Sleepy Koala Yes