0
Q:

document.getAnimation

var allAnimations = Document.getAnimations();
0
document.getAnimations().forEach(
  function (animation) {
    animation.playbackRate *= .5;
  }
);
0

New to Communities?

Join the community