v7.3.0
SupportExamplesFree Trial

TimelineScroll
Mixin

Functions for scrolling to events, dates etc.

Note: the mixin applies TimelineZoomable mixin if it's not applied yet.

// Scroll to a specific date with animation
scheduler.scrollToDate(new Date(2024, 5, 15), {
    block   : 'center',
    animate : true
});

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isTimelineScroll : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of TimelineScroll class, or subclass thereof.
  • Get/set vertical scroll

Functions

Functions are methods available for calling on the class

    Source path

    Scheduler/view/mixin/TimelineScroll.js

    Contents