I can't make scripty2 to work..
$('tst').morph('border:12px solid #abc', { duration: .7 });
alert($('tst'));
alert($('tst').morph);
the first alert returns the element and the second returns a function
I can't make scripty2 to work..
$('tst').morph('border:12px solid #abc', { duration: .7 });
alert($('tst'));
alert($('tst').morph);
the first alert returns the element and the second returns a function
Try splitting the properties into border-color, border-width and border-style - maybe Scripty can't handle shorthand.