You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would need to add a feature detect for this, and implement a property class similar to Transform.
Feature detect from modernizr:
// https://github.com/Modernizr/Modernizr/issues/615// documentMode is needed for false positives in oldIE, please see issue aboveModernizr.addTest('cssfilters',function(){varel=document.createElement('div');el.style.cssText=Modernizr._prefixes.join('filter'+':blur(2px); ');return!!el.style.length&&((document.documentMode===undefined||document.documentMode>9));});;
The text was updated successfully, but these errors were encountered:
cc @josephschmitt
Would need to add a feature detect for this, and implement a property class similar to
Transform
.Feature detect from modernizr:
The text was updated successfully, but these errors were encountered: