UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

16 lines (14 loc) 326 B
/** * Image function to create a "crossfade" between images. This allows one image to transition (fade) into another based on a percentage value. * * See: https://caniuse.com/css-cross-fade */ /** * @type {import('../features').Feature} */ export default { '': [ 'cross-fade(', '-webkit-cross-fade(', ], };