Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumeration used to control the way that zooming operations will happen.

since

1.0

Index

Enumeration members

Enumeration members

CENTER

CENTER: = "CENTER"

The time shown in the middle of the timeline will also be in the middle after the zoom has finished.

since

1.0

KEEP_END_TIME

KEEP_END_TIME: = "KEEP_END_TIME"

The time shown at the end of the timeline will also be at the end after the zoom has finished.

since

1.0

KEEP_START_TIME

KEEP_START_TIME: = "KEEP_START_TIME"

The time shown at the beginning of the timeline will also be at the beginning after the zoom has finished.

since

1.0