Webkit transition difficulties in Safari
My transition property is working in Chrome and FF but I can't seem to get
it to work in Safari. I was hoping someone could please let me know if
there were any errors in my code? Thanks
transition: width .3s ease, background-color .3s ease;
-webkit-transition: width .3s ease, background-color .3s ease;
No comments:
Post a Comment