jquery - parallax with css3 animation not working -
i have question parallax animated image(with css3)
in example ball scrolls background image(slower background image), penguin doesn't scroll (animated).
.hi { width: 50px; height: 72px; background-image: url("http://cssdeck.com/uploads/media/items/9/9fvqold.png"); margin: 0 auto; -webkit-animation: wink .8s steps(10, end) infinite; -moz-animation: wink .8s steps(10, end) infitive; } can me?
thanks in advance.
Comments
Post a Comment