@antv/x6-react-components
Version:
React components for building x6 editors
6 lines • 385 B
JavaScript
import { getVendorPrefix } from './getVendorPrefix';
export const hasCSSAnimations = () => !!getVendorPrefix('animationName');
export const hasCSSTransitions = () => !!getVendorPrefix('transition');
export const hasCSSTransforms = () => !!getVendorPrefix('transform');
export const hasCSS3DTransforms = () => !!getVendorPrefix('perspective');
//# sourceMappingURL=browserSupport.js.map