Searched refs:staticAnimation (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | group-player.js | 113 this.staticAnimation = function(target, value, duration) { method 127 this.staticAnimation(this.complexTarget, '4px', 5), 129 this.staticAnimation(this.complexTarget, '1px', 2), 131 this.staticAnimation(this.complexTarget, '3px', 2), 132 this.staticAnimation(this.complexTarget, '2px', 1), 135 this.staticAnimation(this.complexTarget, '0px', 1), 349 this.staticAnimation(this.target, '0px', 1), 352 this.staticAnimation(this.target, '1px', 1), 353 this.staticAnimation(this.target, '2px', 1), 411 this.staticAnimation(this.target, '4px', {duration: 3, delay: 1}), [all …]
|