child_transition_params


Description:

public SpringParams child_transition_params { owned get; set; }

The child transition spring parameters.

Note:

See [the migration guide](migrating-to-breakpoints.html#replace-adwleaflet)

The default value is equivalent to:

```c adw_spring_params_new (1, 0.5, 500) ```