Category Archives: jQuery
jQuery fx stepper for css classnames
There are several solutions out there, for animating colors with jQuery, they tended to be slow for me so i made it via css classes: First the stepper This simply adds the given fx.end.name to the given elements classes, if not existing and appends the count of steps to the classname. The fx.state is a [...]