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

static.js.vendor.modernizr.feature-detects.audio.loop.js Maven / Gradle / Ivy

The newest version!
/*!
{
  "name": "Audio Loop Attribute",
  "property": "audioloop",
  "tags": ["audio", "media"]
}
!*/
/* DOC
Detects if an audio element can automatically restart, once it has finished
*/
define(['Modernizr', 'createElement'], function(Modernizr, createElement) {
  Modernizr.addTest('audioloop', 'loop' in createElement('audio'));
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy