
static.js.vendor.modernizr.feature-detects.webanimations.js Maven / Gradle / Ivy
The newest version!
/*!
{
"name": "Web Animation API",
"property": "animation",
"tags": ["webanimations"],
"polyfills": ["webanimationsjs"],
"notes": [{
"name": "Introducing Web Animations",
"href": "http://brian.sol1.net/svg/2013/06/26/introducing-web-animations/"
}]
}
!*/
/* DOC
Detects support for the Web Animation API, a way to create css animations in js
*/
define(['Modernizr', 'createElement'], function(Modernizr, createElement) {
Modernizr.addTest('webanimations', 'animate' in createElement('div'));
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy