sbtly
sbtly
I want to fire event when a component fully enters, and fully exits. I can do fully enter event by adjusting threshold, but I can't use it together with fully...
It seems like min and max values are automatically included in custom steps range. ``` min: 0, max: 10, steps: [2, 5, 6] ``` In this situation, handle should only...
Is there a way to do ‘exit A comp while entering B comp’ instead of ‘exit A comp before entering B comp’? It seems that right now, it only supports...
It would be nice to do custom easing like below. ``` scrollTo(0, {duration: 1000, easing: [0.43, 0.13, 0.23, 0.96]) ```