> var resize = new Fx.Style('txt', 'font-size', {duration: 500});

var resize = new Fx.Tween($('txt'),
                          { property: 'font-size' } 
                         );

It's right in the docs.

-- Sandy

Reply via email to