CSS Transitions

scripty2 boasts brand-new support for CSS transitions. In browsers that support them, scripty2 will try to animate Effect.Morph effects with CSS transitions instead of DHTML-style animation.

This box has a width of 300px. We can widen it to 600px like this:

$('panel').morph('width: 600px');