Lines Matching full:transition
90 * The time to transition between cards when animating. Measured in ms.
99 * The minimum velocity required to transition cards if they did not drag past
245 * Clear any transition that is in progress and enable dragging for the
296 * On drag end events we may want to transition to another card, depending
310 // high enough to transition anyways. If the velocity is to the left
333 * @param {boolean=} opt_animate If true will animate transition from
359 * @param {boolean=} opt_animate If true will animate transition from
366 // Animate to the current card, which will either transition if the
369 var transition = '';
371 transition = '-webkit-transform ' + CardSlider.TRANSITION_TIME_ +
374 this.container_.style.WebkitTransition = transition;