GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemImageAnimatedThumbnailStyle - iOS

The BlazeWidgetItemImageAnimatedThumbnailStyle class represents the configuration for the animated thumbnail style.

Limitation: Animated GIF thumbnails are only supported on Moment Row widgets.

Properties

isEnabled

var isEnabled: Bool

A flag indicating whether the Widget should utilize Animated Thumbnails behavior.
If used, please see the
BlazeWidgetLayout.Presets.MomentsWidget.Row.verticalAnimatedThumbnailsRectangles preset.

  • Note isEnabled is applicable only to Moments Row widgets. Any usage on any other scope will result in a no-op.

horizontalAnimationTriggerPercentage

var horizontalAnimationTriggerPercentage: CGFloat

The percentage of the widget's width at which the animation is triggered.
This constant represents the threshold, expressed as a percentage of the widget's width, that determines when an animation should be triggered during horizontal scrolling in the BlazeWidgetView.


Did this page help you?