
static.js.vendor.modernizr.feature-detects.css.backgroundblendmode.js Maven / Gradle / Ivy
The newest version!
/*!
{
"name": "CSS Background Blend Mode",
"property": "backgroundblendmode",
"caniuse": "css-backgroundblendmode",
"tags": ["css"],
"notes": [
{
"name": "CSS Blend Modes could be the next big thing in Web Design",
"href": " https://medium.com/@bennettfeely/css-blend-modes-could-be-the-next-big-thing-in-web-design-6b51bf53743a"
}, {
"name": "Demo",
"href": "http://bennettfeely.com/gradients/"
}
]
}
!*/
/* DOC
Detects the ability for the browser to composite backgrounds using blending modes similar to ones found in Photoshop or Illustrator.
*/
define(['Modernizr', 'prefixed'], function(Modernizr, prefixed) {
Modernizr.addTest('backgroundblendmode', prefixed('backgroundBlendMode', 'text'));
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy