Closed belozer closed 8 years ago
now: {type: 'fade-in', duration: '300ms', callbacks: {onStart: () => {}, onEnd: () => {}}}
{type: 'fade-in', duration: '300ms', callbacks: {onStart: () => {}, onEnd: () => {}}}
feature: {type: 'fade-in', duration: '300ms', onStart: () => {}, onEnd: () => {}}
{type: 'fade-in', duration: '300ms', onStart: () => {}, onEnd: () => {}}
now:
{type: 'fade-in', duration: '300ms', callbacks: {onStart: () => {}, onEnd: () => {}}}
feature:
{type: 'fade-in', duration: '300ms', onStart: () => {}, onEnd: () => {}}