New Additions and Maintenance
-
Handling the font scaling using
fontSizewas inefficient and caused issues on some machines where the scaling was choppy despite thescrollEventThrottlebeing low, this was changed to use transform instead around an origin. -
Natively handles the opacity and fading animations instead of using a third-party library for this which was deprecated either way, also added functionality for changing opacity for a bottom border and background which mimics IOS a lot more.
-
Everything is rewritten to be a lot more performance friendly and cleaner.
[!WARNING]
Will try to maintain this or whatever myself but no guarantees. There isn't much customization on my part as I couldn't be bothered to change up all the prop types.