How to make the timeline not loop in Years Mode
Hello guys,
You can use
.zoomtimeline.mode-yearslist.first-item-active .details-container .diamond-arrow-left, .zoomtimeline.mode-yearslist.last-item-active .details-container .diamond-arrow-right{
display:none;
}
To hide the prev / next arrows for the timeline do not loop
Thanks
Radu