Home | History | Annotate | Download | only in parse-only

Lines Matching defs:Transitions

3565 Script: Fx.Transitions.js
3566 Contains a set of advanced transitions to be used with any of the Fx Classes.
3578 var trans = this.options.transition || Fx.Transitions.Sine.easeInOut;
3581 trans = Fx.Transitions;
3605 Fx.Transitions = new Hash({
3611 Fx.Transitions.extend = function(transitions){
3612 for (var transition in transitions) Fx.Transitions[transition] = new Fx.Transition(transitions[transition]);
3615 Fx.Transitions.extend({
3656 Fx.Transitions[transition] = new Fx.Transition(function(p){