+ 2
https://code.sololearn.com/W3Ec6wRZaysd/?ref=app I am trying to shake "hang on" but not happening?
Any plz..... help me
3 Answers
+ 9
In span rule
-webkit-animation-iteration-count: ease;
-webkit-animation-timing-function: infinite;
Should be
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease;
isn't it??
+ 2
plz.....help anyone