Work with CSS3. I see no reason why the CSS burning effect of Ken will not work. My first attempt was to use jQuery to add a new class to the background image.
.flare1 { background-position:-50.1px -50.1px !important; -webkit-transition: all 5s ease-in-out; } function gallery() { $('.cornerimg').addClass('flare1'); }
It worked, but terribly jerkily. Therefore, I am considering a different approach. How would it be if the images were set up with class animations from the start. I am not familiar with CSS3 animations, but only with transitions, however the goal is to apply a constant class to the series of images that Ken Burn has constantly written to them.
I have prepared a wonderful training ground for those who come up with a way. http://jsfiddle.net/gxUhH/10/
All settings are based on my source code.
Any ideas?
Wonderful
EDIT -
Good thing I found this, which seems very smooth. What I do not see is something else. Instead, they use the translation function in the web set, but when I tried, it just jumped. Take a look. http://thing13.net/2010/02/css3-ken-burns-effect-2/
source share