shadeed / rtl-styling

An extensive guide on how to style for RTL in CSS
https://rtlstyling.com/
MIT License
351 stars 19 forks source link

Page transitions? #29

Open possan opened 1 year ago

possan commented 1 year ago

I have been trying to find references of how to properly handle page transitions on mobile, for example, moving forward in a series of pages slides them in from right on a LTR ui, but should they slide in from left on RTL?

Adobe design system says that almost everything that isn't related to time should be mirrored, Google material design kind of hints at it saying forward motion should be mirrored.

Also, this is an amazing reference site for people implementing RTL layouts!