class SpringBoundary


Behavior of the spring as it crosses its target position. The target position may be the start or end of the Transition.

Summary

Public companion properties

SpringBoundary

Bouncing motion whenever it crosses the target position.

SpringBoundary

Bouncing motion when the target position is at the end of the Transition.

SpringBoundary

Bouncing motion when the target position is at the start of the Transition.

SpringBoundary

The default Spring behavior, it will overshoot around the target position.

Public properties

String

Public companion properties

BounceBoth

Added in 1.1.0-alpha13
val BounceBothSpringBoundary

Bouncing motion whenever it crosses the target position. This basically guarantees that the spring motion will never overshoot.

BounceEnd

Added in 1.1.0-alpha13
val BounceEndSpringBoundary

Bouncing motion when the target position is at the end of the Transition. Otherwise, it will overshoot.

BounceStart

Added in 1.1.0-alpha13
val BounceStartSpringBoundary

Bouncing motion when the target position is at the start of the Transition. Otherwise, it will overshoot.

Overshoot

Added in 1.1.0-alpha13
val OvershootSpringBoundary

The default Spring behavior, it will overshoot around the target position.

Public properties

name

Added in 1.1.0-alpha13
val nameString