Christian Cho

Results 1 issues of Christian Cho

Hey - thanks for a great library. I'm having an issue having the animation callbacks being called: ``` {extracts.map(extract => ( console.log('appear')} onStart={() => console.log('start')} onStartImmediate={() => console.log('start immedate')} onSpringUpdate={()...