Core Docs | Additional Modules Docs

sb.nodeList.prototype.stylesTrail


@Description: Cahnegs the styles of a nodelist in order that they appear in the nodelist on a timeout, and then changes the styles back to how their were
@File: nodeList/prototype/stylesTrail.js
@Example:
$('li').stylesTrail({
    styles : {
        backgroundColor : 'orange',
        borderColor : 'red',
        borderWidth : '2px'
    },
    offset : 6,
    offsetOff : 80,
    onEnd : function(){
        
    }
});