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).

http://jsfiddle.net/rup8p/24/

.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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -