Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

auto_reverse?: boolean

If the direction of the timeline should be automatically reversed when reaching the end.

delay?: number

A delay, in milliseconds, that should be observed by the timeline before actually starting.

direction?: TimelineDirection

The direction of the timeline, either %CLUTTER_TIMELINE_FORWARD or %CLUTTER_TIMELINE_BACKWARD.

duration?: number

Duration of the timeline in milliseconds, depending on the ClutterTimeline:fps value.

loop?: boolean

Whether the timeline should automatically rewind and restart.

As a side effect, setting this property to %TRUE will set the #ClutterTimeline:repeat-count property to -1, while setting this property to %FALSE will set the #ClutterTimeline:repeat-count property to 0.

progress_mode?: Clutter.AnimationMode

Controls the way a #ClutterTimeline computes the normalized progress.

repeat_count?: number

Defines how many times the timeline should repeat.

If the repeat count is 0, the timeline does not repeat.

If the repeat count is set to -1, the timeline will repeat until it is stopped.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method