I'm cycling through some images which are downloaded in full resolution and then scaled before starting the cycle. Because the aspect ratio differs from image to image, I need to move the cycling div around to keep all images centered.
You'll see the image moving while doing the fade effect. I want to change position and size of the div invisibly. To accomplish that, I tried changing those parameters at half of the fade duration, but with no success. I had a fade duration of 2000 for example and did the resize with setTimeout(..., 1000) in the "before" function of cycle.
Any suggestions for optimizing that? And if you want any other suggestions to the site, but thats kinda off topic ...