UNPKG

emile

Version:

no-thrills stand-alone CSS animation JavaScript framework

13 lines 165 B
function f1() { $('h1').animate({ color: '#222222', after: f2 }); } function f2() { $('h1').animate({ color: '#66cd00', after: f1 }); } f1();