reveal_params


Description:

public SpringParams reveal_params { owned get; set; }

The reveal animation spring parameters.

Note:

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

The default value is equivalent to:

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