MCPcopy Create free account
hub / github.com/joehewitt/scrollability / play

Function play

scrollability.js:767–772  ·  view source on GitHub ↗
(node, name, time)

Source from the content-addressed store, hash-verified

765}
766
767function play(node, name, time) {
768 if (name) {
769 node.style.webkitAnimation = name + " " + time + "ms linear both";
770 }
771 node.style.webkitAnimationPlayState = name ? "running" : "paused";
772}
773
774function fadeIn(node) {
775 node.style.webkitTransition = '';

Callers 2

wrapAnimatorFunction · 0.85
takeoffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected