Skip to content

FlipH

INFO

Inherits: TypedCommand

Flip the element horizontally.

Example:

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

Constructor details

ts
new FlipH({ 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