stephane-monnot / react-vertical-timeline

Vertical timeline for React.js

Home Page:https://stephane-monnot.github.io/react-vertical-timeline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] does react-vertical-timeline support live feed, out of the box?

ticmaisdev opened this issue · comments

I need to implement a live feed that will keep adding timeline events in real time (at the top).

So, let's say a basketball player scores, then we'd:

  • add that event to the top of the timeline with fade transitions
  • trigger an event callback (onNewEvent)