1

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

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636
clarkk
  • 27,151
  • 72
  • 200
  • 340

1 Answers1

0

Try splitting the properties into border-color, border-width and border-style - maybe Scripty can't handle shorthand.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088