UNPKG

@antv/x6-react-components

Version:

React components for building x6 editors

7 lines (5 loc) 339 B
import { getVendorPrefix } from './getVendorPrefix' export const hasCSSAnimations = () => !!getVendorPrefix('animationName') export const hasCSSTransitions = () => !!getVendorPrefix('transition') export const hasCSSTransforms = () => !!getVendorPrefix('transform') export const hasCSS3DTransforms = () => !!getVendorPrefix('perspective')