CSS Syntax @keyframesanimationname{keyframes-selector{css-styles;}} Property Values ValueDescription animationnameRequired. Defines the name of the animation. keyframes-selectorRequired. Percentage of the animation duration. Legal values: 0-100% ...
The css3 animation methods available are better documented here:http://www.w3schools.com/css/css3_animations.asp $(selector).playKeyframe({name:'trapdoor-sequence',// name of the keyframe you want to bind to the selected elementduration:'1s',// [optional, default: 0, in ms] how long...