Hello Everyone,
I am developing a conversational interface chatbot in Meteor, React, React-router.
I am planning to make the SVG animated image persistent on the web while the page loads so that it is present there all the time.
I plan to do the following:
- Make the SVG animation image part of the base Container.
- Shift the position while the react-routing transition.
Does anyone has any experience which will be helpful or any pointers ?
Thanks
Sid