ClubCardActiveAnimation
Index
Properties
Card
The card being animated.
Duration
Total animation duration in milliseconds.
EndPosition
Target position of the card.
Type declaration
w: number
x: number
y: number
HideOriginal
Whether to hide the original card during animation.
KeepOriginalHidden
Whether the original card should stay hidden after animation completes.
optionalOnComplete
Callback function called when the animation completes.
optionalOriginalCard
The original card (if a copy is animated).
Priority
Animation rendering level priority
SafetyTimeout
Timeout ID for fallback handling (used to restore the card state in case of failure).
StartPosition
Initial position of the card.
Type declaration
w: number
x: number
y: number
StartTime
Timestamp when the animation started (in milliseconds).
Represents an active card animation in progress.