hosanna-ui-docs - v0.9.0
    Preparing search index...

    Class ViewAnimator

    Convenience animator for a single view. Extends ViewJsonAnimator to animate a single ISGNGroup instance.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    frameTimer: ISGROTimespan

    Tracks the elapsed time for frame rate limiting during animations. Used to ensure consistent timing between animation frames.

    id: string = ...

    Unique identifier for this animator instance.

    options: Required<AnimationOptions>

    Animation options (duration, repeat, reverse, etc).

    Methods

    • Starts the animation.

      Parameters

      • resume: boolean = false

        If true, resumes from the current state; otherwise, restarts.

      • useCurrentState: boolean = false

        If true, uses the current view state as the start values.

      Returns void