meganesu / generate-gb-opcodes

A helper project to dynamically generate the opcodes for each Game Boy CPU instruction mnemonic
https://meganesu.github.io/generate-gb-opcodes/
42 stars 9 forks source link

Add CSS animations for sidebar open/close transition #14

Closed meganesu closed 4 years ago

meganesu commented 4 years ago

Currently, when the sidebar toggles from open/closed, it just appears/disappears. Instead, it should smoothly slide onto/off the screen.

GIVEN I am in desktop view with the sidebar is closed WHEN I click on an instruction cell to open the sidebar for that instruction THEN the sidebar smoothly slides in from the right side of the screen to its final location.

GIVEN I am in desktop view with the sidebar open WHEN I click the 'X' button to close the sidebar THEN the sidebar smoothly slides off the right side of the screen.

meganesu commented 4 years ago

Closed by a6e2232febdb57648be7892217ecacd451779950