nitin42 / animate-components

✨ Elemental components for doing animations in React

Home Page:http://animate-components.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disappear speed up animation?

th3fallen opened this issue · comments

I hope im just missing something but what's the best way to accelerate the animation in the disappear hoc?

@th3fallen According to the docs you can pass a 'duration' prop... Disapper Component

ahhh i thought that was how long it would stay displayed... im an idiot. thanks

actually, i need to figure out how to make stay displayed longer the 2s is perfect to disappear but it should show for longer :(

If I understand you correctly, it sounds like the Delay Component might be helpful?

Good call I'll try it out. Thanks