motionType is motion typography plugin.
$(filter).motionType([options],[callback]);
options (Object)
callback (Function)
A function to be executed whenever the motion completes.
var options = { motionChar: 5, motionRate: 200, fadeRate: 500, type: 'fade' } $('#sample').motionType(options);