What are you expecting it to do? Load two images and morph between them?
You can only tween CSS that has mathematical values. Height, width, font-size.
If you've got an image, tween it's height and make sure the width is set to
auto in your css (or visa versa).
---
Ryan Florence
On Mar 12, 2010, at 12:19 AM, DeMx wrote:
> How to tween the image-src? Something like this don't work:
>
> var fx = new Fx.Tween(box.getElement('IMG'));
> fx.tween('src', [mini_size, max_size]);
>
> // mini_size and max_size — paths to image