Searched refs:Transition (Results 1 - 15 of 15) sorted by relevance
| /yui3/build/transition-timer/ |
| H A D | transition-timer-debug.js | 4 * The Transition Utility provides an API for creating advanced transitions. 9 * Provides the base Transition class, for animating numeric properties. 16 var Transition = Y.Transition; 18 Y.mix(Transition.prototype, { 20 if (Transition.useNative) { 31 Transition._running[Y.stamp(anim)] = anim; 33 Transition._startTimer(); 38 delete Transition._running[Y.stamp(anim)]; 52 attrs = Transition [all...] |
| /yui3/src/transition/js/ |
| H A D | transition-timer.js | 2 * The Transition Utility provides an API for creating advanced transitions. 7 * Provides the base Transition class, for animating numeric properties. 14 var Transition = Y.Transition; variable 16 Y.mix(Transition.prototype, { 18 if (Transition.useNative) { 29 Transition._running[Y.stamp(anim)] = anim; 31 Transition._startTimer(); 36 delete Transition._running[Y.stamp(anim)]; 50 attrs = Transition [all...] |
| H A D | transition-native.js | 3 * Transition has no API of its own, but adds the transition method to Node. 14 TRANSITION_CAMEL = 'Transition', 38 * @class Transition 42 Transition = function() { 46 Transition._toCamel = function(property) { 54 Transition._toHyphen = function(property) { 68 Transition.SHOW_TRANSITION = 'fadeIn'; 69 Transition.HIDE_TRANSITION = 'fadeOut'; 71 Transition.useNative = false; 77 VENDOR_PREFIX = Transition 113 Transition._nodeAttrs = {}; class [all...] |
| /yui3/build/transition/ |
| H A D | transition-debug.js | 5 * Transition has no API of its own, but adds the transition method to Node. 16 TRANSITION_CAMEL = 'Transition', 40 * @class Transition 44 Transition = function() { 48 Transition._toCamel = function(property) { 56 Transition._toHyphen = function(property) { 70 Transition.SHOW_TRANSITION = 'fadeIn'; 71 Transition.HIDE_TRANSITION = 'fadeOut'; 73 Transition.useNative = false; 79 VENDOR_PREFIX = Transition [all...] |
| /yui3/build/transition-native/ |
| H A D | transition-native-debug.js | 5 * Transition has no API of its own, but adds the transition method to Node. 16 TRANSITION_CAMEL = 'Transition', 40 * @class Transition 44 Transition = function() { 48 Transition._toCamel = function(property) { 56 Transition._toHyphen = function(property) { 70 Transition.SHOW_TRANSITION = 'fadeIn'; 71 Transition.HIDE_TRANSITION = 'fadeOut'; 73 Transition.useNative = false; 79 VENDOR_PREFIX = Transition [all...] |
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 13958 * @param {String} name A named Transition effect to use as the show effect. 14028 * @param {String} name A named Transition effect to use as the show effect. 14058 * @param {String} name A named Transition effect to use as the show effect. 14072 * @param {String} name A named Transition effect to use as the show effect. 18078 * Transition has no API of its own, but adds the transition method to Node. 18089 TRANSITION_CAMEL = 'Transition', 18113 * @class Transition 18117 Transition = function() { 18121 Transition._toCamel = function(property) { 18129 Transition [all...] |
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 13958 * @param {String} name A named Transition effect to use as the show effect. 14028 * @param {String} name A named Transition effect to use as the show effect. 14058 * @param {String} name A named Transition effect to use as the show effect. 14072 * @param {String} name A named Transition effect to use as the show effect. 18078 * Transition has no API of its own, but adds the transition method to Node. 18089 TRANSITION_CAMEL = 'Transition', 18113 * @class Transition 18117 Transition = function() { 18121 Transition._toCamel = function(property) { 18129 Transition [all...] |
| /yui3/build/scrollview-scrollbars/ |
| H A D | scrollview-scrollbars-debug.js | 12 Transition = Y.Transition, 13 NATIVE_TRANSITIONS = Transition.useNative, 32 TRANSITION_PROPERTY = Transition._VENDOR_PREFIX + "TransitionProperty",
|
| /yui3/src/scrollview/js/ |
| H A D | scrollbars-plugin.js | 10 Transition = Y.Transition, 11 NATIVE_TRANSITIONS = Transition.useNative, 30 TRANSITION_PROPERTY = Transition._VENDOR_PREFIX + "TransitionProperty",
|
| H A D | scrollview-base.js | 44 Transition = Y.Transition, 46 NATIVE_TRANSITIONS = Transition.useNative, 297 Y.log("Transition: duration, easing:" + [transition.duration, transition.easing], "scrollview"); 1198 * Defaults to the vendor prefix established by the Transition module. 1206 DURATION : Transition._VENDOR_PREFIX + "TransitionDuration", 1207 PROPERTY : Transition._VENDOR_PREFIX + "TransitionProperty"
|
| /yui3/build/scrollview-base/ |
| H A D | scrollview-base-debug.js | 46 Transition = Y.Transition, 48 NATIVE_TRANSITIONS = Transition.useNative, 299 Y.log("Transition: duration, easing:" + [transition.duration, transition.easing], "scrollview"); 1200 * Defaults to the vendor prefix established by the Transition module. 1208 DURATION : Transition._VENDOR_PREFIX + "TransitionDuration", 1209 PROPERTY : Transition._VENDOR_PREFIX + "TransitionProperty"
|
| /yui3/src/app/js/app-extensions/ |
| H A D | app-transitions-native.js | 240 // Transition the new view first to prevent a gap when sliding. 255 // -- Transition fx ------------------------------------------------------------ 256 Y.mix(Y.Transition.fx, {
|
| /yui3/build/app-transitions-native/ |
| H A D | app-transitions-native-debug.js | 242 // Transition the new view first to prevent a gap when sliding. 257 // -- Transition fx ------------------------------------------------------------ 258 Y.mix(Y.Transition.fx, {
|
| /yui3/build/node-flick/ |
| H A D | node-flick-debug.js | 414 Y.log("Transition: duration, easing:" + transition.duration, transition.easing, "node-flick"); 416 if (Y.Transition.useNative) {
|
| /yui3/src/node-flick/js/ |
| H A D | NodeFlick.js | 412 Y.log("Transition: duration, easing:" + transition.duration, transition.easing, "node-flick"); 414 if (Y.Transition.useNative) {
|
Completed in 926 milliseconds