This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Specifies how animation values are combined with the target rest value to create new values.

Location

Namespace
Fuse.Animations
Package
Fuse.Animations 2.9.1

Possible Values

Offset

The difference between the value and rest value is added to the current value

Add

The value is added to the current value

Weight

A weighted average of all applied Weight values, and rest value, is taken.

Show Uno properties and methods

Interface of MixOp

Offset : MixOp uno

The difference between the value and rest value is added to the current value

Weight : MixOp uno

A weighted average of all applied Weight values, and rest value, is taken.

Inherited from object