flagFixedDurationForNextAnimation abstract method

void flagFixedDurationForNextAnimation()

Enables fixed-duration animation mode for the next property change.

When called, the next setter call (e.g., tilt_in_degrees or bearing_in_degrees) will animate using a fast fixed-duration animation instead of the default speed-based animation. The flag is automatically reset after the next setter is called.

Implementation

void flagFixedDurationForNextAnimation();