libadwaitaFunction is_animations_enabled
Source pub fn is_animations_enabled(widget: &impl IsA<Widget>) -> bool
Expand description
Checks whether animations are enabled for @widget.
This should be used when implementing an animated widget to know whether to
animate it or not.
a gtk::Widget
§Returns
whether animations are enabled for @widget