Method
BisCarouselset_scroll_params
Declaration [src]
void
bis_carousel_set_scroll_params (
BisCarousel* self,
BisSpringParams* params
)
Description [src]
Sets the scroll animation spring parameters for self
.
The default value is equivalent to:
bis_spring_params_new (1, 0.5, 500)
Available since: | 1.0 |
Sets property | Bis.Carousel:scroll-params |
Parameters
params |
BisSpringParams |
The new parameters. |
|
The data is owned by the caller of the function. |