Home | History | Annotate | Download | only in test

Lines Matching defs:morph

9  - packager build Core/Core Core/Array Core/String Core/Number Core/Function Core/Object Core/Event Core/Browser Core/Class Core/Class.Extras Core/Slick.Parser Core/Slick.Finder Core/Element Core/Element.Style Core/Element.Event Core/Element.Delegation Core/Element.Dimensions Core/Fx Core/Fx.CSS Core/Fx.Tween Core/Fx.Morph Core/Fx.Transitions Core/Request Core/Request.HTML Core/Request.JSON Core/Cookie Core/JSON Core/DOMReady
4825 description: Contains the CSS animation logic. Used by Fx.Tween, Fx.Morph, Fx.Elements.
5111 name: Fx.Morph
5119 provides: Fx.Morph
5124 Fx.Morph = new Class({
5159 Element.Properties.morph = {
5162 this.get('morph').cancel().setOptions(options);
5167 var morph = this.retrieve('morph');
5168 if (!morph){
5169 morph = new Fx.Morph(this, {link: 'cancel'});
5170 this.store('morph', morph);
5172 return morph;
5179 morph: function(props){
5180 this.get('morph').start(props);