Lines Matching defs:delay
90 TRANSITION_DELAY = VENDOR_PREFIX + 'transition-delay';
103 Transition._reKeywords = /^(?:node|duration|iterations|easing|delay|on|onstart|onend)$/i;
127 anim._delay = ('delay' in config) ?
128 config.delay: anim.constructor.DEFAULT_DELAY;
185 delay: (typeof config.delay != 'undefined') ? config.delay :
299 delay = TRANSITION_DELAY + ': ',
309 delay += computed[Transition._toCamel(TRANSITION_DELAY)] + ',';
320 delay += anim._prepDur(attr.delay) + ',';
334 delay = delay.replace(/,$/, ';');
343 style.cssText += transitionText + duration + easing + delay + cssText;
450 * delay: '1', // delay start for 1 second, default is 0
458 * delay: 2,
569 * delay: '1', // delay start for 1 second, default is 0
577 * delay: 2,