WebStyle.SpeedPatterns

From Xojo Documentation

Enumeration
WebStyle.SpeedPatterns

New in 2020r1

The available speeds at which transitions can occur.

Values

Enum Description
Ease The pace is constant throughout the transition and is slower than Linear.
EaseIn The pace begins slow then speeds up.
EaseInOut The pace begins slow then speeds up and then slows back down again at the end.
EaseOut The pace slows at the end.
Linear The pace is constant throughout the transition and is faster than Ease.

Notes

The default value is EaseInOut.

Compatibility

Web projects on Linux, macOS and Windows operating systems.

See Also

AddTransition method.