davidkpiano / flipping

Flipping awesome animations.
MIT License
1.4k stars 51 forks source link

Cannot set duration and easing when using CSS Adapter #29

Open kanderek opened 4 years ago

kanderek commented 4 years ago

Description

import Flipping from 'flipping/lib/adapters/css';

const flipping = new Flipping({ duration: 300, easing: 'ease' });

Expected Behavior

Duration and easing are set to value passed in Flipping constructor.

Actual Behavior

Duration is hard coded to 0.6s and easing is not set.

Details

@davidkpiano

davidkpiano commented 4 years ago

Please wait for V2 - it will be fixed there.

kanderek commented 4 years ago

thanks @davidkpiano 😄 Any rough estimates on timeline for a v2 release?

BTW this FLIP technique and your lib are awesome. Can't wait to see what you got cooking in V2.