WebProgressBar.AllowAnimation
From Xojo Documentation
Property (As Boolean )
aWebProgressBar.AllowAnimation = newBooleanValue
or
BooleanValue = aWebProgressBar.AllowAnimation
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebProgressBar.AllowAnimation
New in 2020r1
Supported for all project types and targets.
If True, the ProgressBar will animate when updating. If False, it will not.
Notes
Setting this to False can be useful when running on mobile devices as animation can be CPU-intensive and thus battery draining.