Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

abs?: boolean | 0 | 1

[FILTER] When set to @code{true}, use the absolute value of the value.

axis?: [number, number, number] | "X" | "Y" | "Z"

"X", "Y", "Z" for rotation, vector for translation

between?: [number, number]

[FILTER] Value is converted to boolean when between values

comment?: string
delay?: number

[FILTER] Add or subtract and clamp value between (0 - 1)

eq?: string | number

[FILTER] Equal to value (==)

fmax?: number

[FILTER]

see

max

fmin?: number

[FILTER]

see

min

frame?: string
gt?: number

[FILTER] Greater than value (>)

lt?: number

[FILTER] Less than value (<)

max?: number

[FILTER] Returns the value if it is smaller than max. If not, returns max.

min?: number

[FILTER] Returns the value if it is larger than min. If not, returns min.

name?: string
negthreshold?: number

Value is converted to boolean when greater than threshold

notEq?: string | number

[FILTER] Not equal to value (!=)

noteq?: string | number
see

notEq

offset?: number

[FILTER] Add offset after applying "ratio"

power?: number

[FILTER] Raise value to provided power

preoffset?: number

[FILTER] Add offset before applying "ratio"

ramp?: unknown[]

[FILTER] Array of 2 or 4 stop values to generate an increasing--level--decreasing ramp from 0 to 1 (eventually back to 0) - mostly used for sound.

see

valueRamp

deprecated
ratio?: number

[FILTER] A multiplier for the value.

ratioRamp?: number[]

[FILTER] Specify a ramp of ratios by which to multiply the value. Ratios are looked-up in the array depending on value varying from 0 to 1.

set?: number

[FILTER]

threshold?: number

[FILTER] Value is converted to boolean when smaller than threshold

type: "hide" | "show" | "rotate" | "scale" | "translate" | "sound" | "property" | "justhide" | "justshow" | "translateX" | "translateY" | "scaleX" | "scaleY" | "moveX" | "moveY" | "throttle" | "pitch" | "strobe"
valueRamp?: number[]

[FILTER] Specify a ramp of values to replace the original animation value. New values are looked-up in the array depending on original value varying from 0 to 1.

when?: (string | number)[]

[FILTER] Returns true if the value is in the array; otherwise, false.

whenNot?: unknown

[FILTER] Returns true if the value is not in the array; otherwise, false.

Generated using TypeDoc