Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISequence

Hierarchy

  • ISequence

Index

Properties

Properties

blend

blend: boolean

A boolean that indicates whether to interpolate from the previous color into this one over the course of this directive's durationMs

color

color: string

The color to render specified in RGB hexadecimal values. There are a number of Node.js libraries available for working with color. Remember to remove the # after you convert the value to hexadecimal.

Due to the limitations of the hardware, some colors do not look as expected when rendered on Echo Buttons. You may need to experiment to find colors that work well with your skill. For examples of how colors might appear when rendered on Echo Buttons, see Echo Button Animations.

durationMs

durationMs: number

The duration in milliseconds to render this step. Minimum: 1. Maximum: 65,535.

Generated using TypeDoc