yCanta / yCanta2

yCanta rewrite as an offline first installable website: an intuitive song manager featuring type-to-search presentation mode and PDF songbook export.
https://ycanta.github.io/yCanta2
1 stars 0 forks source link

Change mobile display architecture #54

Closed carlhemp closed 4 years ago

carlhemp commented 4 years ago

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.

carlhemp commented 4 years ago

Also change the slide out drawers on mobile to also work with transform: translateX(for Export, Edit(song/songbook).

carlhemp commented 4 years ago

Fixed