Skip to main content

Enumeration: SliderConfigurationMode

component.SliderConfigurationMode

Enumeration for slider mode.

readonly

description Modes for specifying how transitions between images are performed in slider mode. Only applicable when the slider component determines that transitions with motion is possilble. When it is not, the stationary mode will be applied.

Enumeration members#

Motion#

• Motion = 0

Transitions with motion.

description The slider component moves the camera between the image origins.

In this mode it is not possible to zoom or pan.

The slider component falls back to stationary mode when it determines that the pair of images does not have a strong enough relation.

Defined in#

component/interfaces/SliderConfiguration.ts:28


Stationary#

• Stationary = 1

Stationary transitions.

description The camera is stationary.

In this mode it is possible to zoom and pan.

Defined in#

component/interfaces/SliderConfiguration.ts:37