Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueList<T>

Configuration for an interpolated or stepped list of numeric or color particle values.

Type parameters

  • T

Hierarchy

  • ValueList

Index

Properties

Easing that should be applied to this list, in order to alter how quickly the steps progress.

isStepped?: boolean

If the list is stepped. Stepped lists don't determine any in-between values, instead sticking with each value until its time runs out.

list: ValueStep<T>[]

The ordered list of values.

Generated using TypeDoc