bem-contrib / bem-animations

:bell: Easy and Fast in use (based on Animate CSS)
MIT License
13 stars 6 forks source link

Move fields in callbacks to root delc animations #37

Closed belozer closed 8 years ago

belozer commented 8 years ago

now: {type: 'fade-in', duration: '300ms', callbacks: {onStart: () => {}, onEnd: () => {}}}

feature: {type: 'fade-in', duration: '300ms', onStart: () => {}, onEnd: () => {}}