adw-animation

adw-animation

Functions

Description

Functions

adw_get_enable_animations ()

gboolean
adw_get_enable_animations (GtkWidget *widget);

Returns whether animations are enabled for that widget. This should be used when implementing an animated widget to know whether to animate it or not.

Parameters

widget

a GtkWidget

 

Returns

TRUE if animations are enabled for widget .

Since: 1.0


adw_ease_out_cubic ()

double
adw_ease_out_cubic (double t);

Computes the ease out for t .

Parameters

t

the term

 

Returns

the ease out for t .

Since: 1.0