You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added AnimatedValueLabel to display some content which is implicitly animated every time its value changes: see the README for further information (example code);
Added AnimationProperty#addBinding to bind a property to an animated one;
Added IntegerPropertyWrapper to allow animated bindings for int values;