UNPKG

wix-style-react

Version:
8 lines (6 loc) 193 B
import { animateDriverFactory } from '../Animate/Animate.uni.driver'; export const bounceAnimationDriverFactory = (base, body) => { return { ...animateDriverFactory(base, body), }; };