react-flexigrid
Version:
A React table component designed to allow presenting millions of rows of data.
7 lines (5 loc) • 371 B
JavaScript
import getVendorPrefixedName from './getVendorPrefixedName'
export const hasCSSAnimations = () => !!getVendorPrefixedName('animationName')
export const hasCSSTransitions = () => !!getVendorPrefixedName('transition')
export const hasCSSTransforms = () => !!getVendorPrefixedName('transform')
export const hasCSS3DTransforms = () => !!getVendorPrefixedName('perspective')