Animation, state, and timing
Native Qt
Anchor Animation
Anchor Animation is a native Zui component in the animation, state, and timing catalog, with 6 component-specific properties.
Usage
Ruby example
Paste this complete Builder example inside the app surface from the Quickstart. Replace illustrative asset paths with files from your project.
tile = rectangle width: 80, height: 80, color: "#b7ff5a"
anchor_animation tile, duration: 280, easing: :out_cubic, duration: 320, running: true
API
Component properties
6 component-specific values, plus shared item and layout properties.
targetTarget configuration for Anchor Animation.propertydurationDuration configuration for Anchor Animation.propertyeasingEasing configuration for Anchor Animation.propertyrunningRunning configuration for Anchor Animation.propertypausedPaused configuration for Anchor Animation.propertyvisibleVisible configuration for Anchor Animation.propertyShow 16 shared item properties
enabledopacityscalerotationzwidthheightfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction
Events
Subscribe with on widget, :event and keep behavior in Ruby.
↗
startNative event payload↗
stopNative event payload↗
finishNative event payload↗
running_changeNative event payload