Method

BisLapelset_reveal_params

Declaration [src]

void
bis_lapel_set_reveal_params (
  BisLapel* self,
  BisSpringParams* params
)

Description [src]

Sets the reveal animation spring parameters for self.

The default value is equivalent to:

bis_spring_params_new (1, 0.5, 500)
Available since:1.0

Parameters

params BisSpringParams
 

The new parameters.

 The data is owned by the caller of the function.