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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -