Persistent SVG on meteor throughout route transistions

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:

  1. Make the SVG animation image part of the base Container.
  2. Shift the position while the react-routing transition.

Does anyone has any experience which will be helpful or any pointers ?

Thanks
Sid