You are here

public function TimelineInterface::setTitleSlide in Views TimelineJS integration 7.3

Sets the timeline's title slide.

Parameters

TimelineSlideInterface $slide: The new slide.

1 method overrides TimelineInterface::setTitleSlide()
Timeline::setTitleSlide in src/Timeline.php
Sets the timeline's title slide.

File

src/TimelineInterface.php, line 46

Class

TimelineInterface
Provides an interface for defining TimelineJS3 timelines.

Code

public function setTitleSlide(TimelineSlideInterface $slide);