jquery - Toggle class with animation -
i want have :
$('#fo').toggleclass('tra', 'slow'); i know can achieve jquery ui i'm looking faster , smaller solution because don't wanna integrate in site 20-90 kb
specify animation name third parameter.
$('#fo').toggleclass('big-blue', 'slow', "easeoutsine");
Comments
Post a Comment