Method

AdapCarouselset_scroll_params

Declaration [src]

void
adap_carousel_set_scroll_params (
  AdapCarousel* self,
  AdapSpringParams* params
)

Description [src]

Sets the scroll animation spring parameters for self.

The default value is equivalent to:

adap_spring_params_new (1, 0.5, 500)

Parameters

params

Type: AdapSpringParams

The new parameters.

The data is owned by the caller of the method.