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