documentationfor yFiles for HTML 2.6

WebGL2Transition

Encapsulates the values that specify how the visualization of an indicator should be transitioned when entering or leaving the visualization.

Inheritance Hierarchy
WebGL2Transition

Remarks

This class is immutable and provides read-only access to the properties specified in the constructor, only. The class is modelled loosely after the set of CSS transition properties. However, it only offers a limited set of properties, a duration, and an easing function. Transition timing is a single animation cycle with a given duration. An easing function determines how progress is made during the transition.

In most parts of the API, you can depend on automatic conversion and use CSS-like strings where an instance of this class would be required, otherwise.

Type Details

yfiles module
view-webgl
yfiles-umd modules
view-webgl, view
Legacy UMD name
yfiles.view.WebGL2Transition

Constructors

Properties

Constants