Animation.followEnableAnimationsSetting

bool followEnableAnimationsSetting() @property nothrow

Get followEnableAnimationsSetting property.

Returns

Whether to skip the animation when animations are globally disabled.

The default behavior is to skip the animation. Set to FALSE to disable this behavior.

This can be useful for cases where animation is essential, like spinners, or in demo applications. Most other animations should keep it enabled.

See gtk.settings.Settings.gtkEnableAnimations.

void followEnableAnimationsSetting(bool propval) @property nothrow

Set followEnableAnimationsSetting property.

Parameters

propvalWhether to skip the animation when animations are globally disabled. The default behavior is to skip the animation. Set to FALSE to disable this behavior. This can be useful for cases where animation is essential, like spinners, or in demo applications. Most other animations should keep it enabled. See gtk.settings.Settings.gtkEnableAnimations.