Searched defs:effectInput (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
H A D | keyframe-effect-constructor.js | 52 function KeyframeList(effectInput) { argument 56 scope.KeyframeEffect = function(target, effectInput, timingInput, id) { argument 111 Element.prototype.animate = function(effectInput, options) { argument
|
H A D | normalize-keyframes.js | 176 function convertToArrayForm(effectInput) { argument 220 function normalizeKeyframes(effectInput) { argument
|
H A D | element-animatable.js | 16 window.Element.prototype.animate = function(effectInput, options) { argument
|
H A D | web-animations-bonus-object-form-keyframes.js | 51 window.Element.prototype.animate = function(effectInput, options) { argument
|
H A D | keyframe-effect.js | 27 scope.KeyframeEffect = function(target, effectInput, timingInput, id) { argument
|
H A D | web-animations-bonus-cancel-events.js | 44 window.Element.prototype.animate = function(effectInput, options) { argument
|
H A D | keyframe-interpolations.js | 17 scope.convertEffectInput = function(effectInput) { argument
|