Skip to content

Additive

INFO

Inherits: TypedCommand

Use additive-color blending instead of alpha-blending.

Example:

ts
new Additive({
  startTime: 0,
  endTime: 1000
})

Constructor details

ts
new Additive({ startTime, endTime })
  • Parameters:
    • startTime (string | number | Timestamp) (Timestamp): Start time of the command.
    • endTime (string | number | Timestamp) (Timestamp): End time of the command.

Properties

Properties inherited from Command:

startTime

Properties inherited from TypedCommand:

endTime, startValue, endValue, easing