Searched defs:show (Results 1 - 1 of 1) sorted by relevance

/yui3/src/transition/js/
H A Dtransition-native.js513 Y.Node.prototype.show = function(name, config, callback) {
514 this._show(); // show prior to transition
525 else if (name && !Y.Transition) { Y.log('unable to transition show; missing transition module', 'warn', 'node'); }

Completed in 23 milliseconds