web-animations/web-animations-js

how to test if pollyfil is needed?

cekvenich opened this issue · 0 comments

Hi is this a good test to see if we need to load the polyfill

if(!document.body.animate) {
//
}