Phaser API Documentation

  Version: 
EmitterOpInterpolationConfig

Description:

Defines an operation yielding a value incremented continuously across an interpolated data set.

Properties:
name type arguments Default description
values Array.<number>

The array of number values to interpolate through.

interpolation string | function <optional> 'Linear'

The interpolation function to use. Typically one of linear, bezier or catmull or a custom function.

ease string | function <optional> 'Linear'

An optional ease function to use. This can be either a string from the EaseMap, or a custom function.

easeParams Array.<number> <optional>

An optional array of ease parameters to go with the ease.

Type:
object