Move from the current method of animating the height of display:flex-grid columns(for songs, songbooks, songbook list, etc) to a display: fixed; with transform: translate( to move columns on app state change.
This will be much smoother as it works on the composite layer of the browsers rendering stack.
Move from the current method of animating the height of display:flex-grid columns(for songs, songbooks, songbook list, etc) to a display: fixed; with transform: translate( to move columns on app state change.
This will be much smoother as it works on the composite layer of the browsers rendering stack.