ReflectionsProjections / rp2019

Reflections | Projections 2019 Website
0 stars 5 forks source link

FAQ Animations #13

Open AlpriElse opened 5 years ago

AlpriElse commented 5 years ago

Add animations to revealing / hiding FAQ answers. Similar to JQuery slideDown/slideUp, but implemented in React.

AlpriElse commented 5 years ago

Started looking into this myself, but had issues with animations flickering on just being slow.

https://reactjs.org/docs/animation.html

AlpriElse commented 5 years ago

Should probably use https://github.com/chenglou/react-motion

The TodoListMVC demo mirrors intended faq question item behavior.

AlpriElse commented 5 years ago

Currently, faq question/answers just 'pop' open, we would like them to have a slide in down/slide out up transition.

faq