Info

Statistics

  • Download count561 total downloads
  • Latest download count 477 downloads of latest version
  • Average download count1 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

GIF

  • Actions

    Load File {0}

    Load and initialize GIF from a Project File

    Play

    Play GIF ater loaded.

    Pause

    Pause GIF after loaded.

    Load URL {0}

    Load GIF from URL

    Seek {0}

    Move gif playback to time. Time is in ms.

    Seek frame {0}

    Move gif playback to frameIndex. First frame is 0

    Set speed {0}

    Sets the current playback speed. Set to zero pauses playback. Negative numbers play backward. 0.5 is half speed. 2 is double speed.

  • Conditions

    Is paused

    True if paused.

    Is loading

    True if GIF is loading.

    Is playing

    True if playing (not paused.)

    On error

    Called if there is an error during loading and decoding.

    On load

    Trigger when GIF is loaded and ready to play.

    Is loaded

    True if GIF has been loaded.

  • Expressions

    Duration

    The play length of the gif in ms

    FrameCount

    The total number of frames.

    CurrentTime

    The current time (ms). This is time at the start of displaying the current frame.

    CurrentFrame

    The current frame index

    PlaySpeed

    The current play speed.

    ErrorMessage

    Error message during loading.

    GIFWidth

    Width of source GIF.

    GIFHeight

    Height of source GIF.