Animation.followEnableAnimationsSetting

Set followEnableAnimationsSetting property.

  1. bool followEnableAnimationsSetting [@property getter]
  2. bool followEnableAnimationsSetting [@property setter]
    class Animation
    @property
    void
    followEnableAnimationsSetting
    (
    bool propval
    )

Parameters

propval bool

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 property@Gtk.Settings:gtk-enable-animations.