bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.9k stars 343 forks source link

Cannot extend FadeChangeHandler, being final in 4.0.0-preview-2 #687

Closed mingdong-recolor closed 1 year ago

mingdong-recolor commented 1 year ago

Visibility changed in 4.0.0-preview-2, FadeChangeHandler(together with few others, like VerticalChangeHandler etc) can not be extended any more. But I did not see anything from the change logs that reflects the change.

EricKuck commented 1 year ago

This wasn't ever really meant to be subclassed. Could you instead extend AnimatorChangeHandler and add your own fade animation?