Gjsify LogoGjsify Logo

A key frame inside a #ClutterAnimator

record

Hierarchy

  • AnimatorKey

Index

Constructors

Properties

name: string

Methods

  • get_mode(): number
  • Retrieves the mode of a #ClutterAnimator key, for the first key of a property for an object this represents the whether the animation is open ended and or curved for the remainding keys for the property it represents the easing mode.

    Returns number

  • get_progress(): number
  • get_property_name(): string
  • get_property_type(): GType<unknown>
  • Retrieves the #GType of the property a key applies to

    You can use this type to initialize the #GValue to pass to clutter_animator_key_get_value()

    Returns GType<unknown>

  • get_value(value: any): boolean
  • Retrieves a copy of the value for a #ClutterAnimatorKey.

    The passed in #GValue needs to be already initialized for the value type of the key or to a type that allow transformation from the value type of the key.

    Use g_value_unset() when done.

    Parameters

    • value: any

      a #GValue initialized with the correct type for the animator key

    Returns boolean

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