All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.reboot.components.bower_components.web-animations-js.target-loader.js Maven / Gradle / Ivy

The newest version!
(function() {
  var target = webAnimationsTargetConfig.defaultTarget;
  if (typeof webAnimationsSourceTarget != 'undefined')
    target = webAnimationsSourceTarget;

  // Native implementation detection.

  var scripts = document.getElementsByTagName('script');
  var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
  webAnimationsTargetConfig[target].src.forEach(function(sourceFile) {
    document.write('');
  });
})();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy