TimelineBackgroundInterface.php in Views TimelineJS integration 7.3
File
src/TimelineBackgroundInterface.phpView source
<?php
/**
* Provides an interface for defining TimelineJS3 background objects.
*/
interface TimelineBackgroundInterface extends TimelineObjectInterface {
}
Interfaces
Name | Description |
---|---|
TimelineBackgroundInterface | Provides an interface for defining TimelineJS3 background objects. |