I tried adding bufferAfter to an event in my timeline year view but it does not show:
I’m after something like this Timeline Event buffer Fullscreen Example | Mobiscroll but it spans over days.
Is this supported?
I tried adding bufferAfter to an event in my timeline year view but it does not show:
I’m after something like this Timeline Event buffer Fullscreen Example | Mobiscroll but it spans over days.
Is this supported?
Hi @Zsombor ,
View option is as follows:
view={{
timeline: {
type: "year",
size: 1,
resolutionHorizontal: "day",
eventList: true,
},
}}
Update:
It seems that removing eventList: true
from the config makes it work!