SamuelQuinones / password-generator

Generate secure, hard to guess passwords with the click of a button!
https://passwordgenerator.samtheq.com
GNU General Public License v3.0
2 stars 0 forks source link

[BUG] - Choppy Animations Mobile First Paint #11

Open SamuelQuinones opened 3 years ago

SamuelQuinones commented 3 years ago

Describe the bug On mobile devices, on the app first paint, the animations don't seem to load properly. Upon closing the browser app and re-opening, the issue is fixed.

To Reproduce

  1. open a new tab in chrome on mobile
  2. try to use the checkbox or change to advanced settings

Expected behavior The animations to be smooth

Smartphone (please complete the following information):

Additional context The issue does not seem to happen on iOS safari, the collapse component seems fine as well.

SamuelQuinones commented 3 years ago

Issue does not seem to happen on android devices

SamuelQuinones commented 2 years ago

Issue May be resolved by an animation library like

SamuelQuinones commented 2 years ago

mostly fixed by switching to framer-motion in e04d9b07cf164d6d21eae76372566ea2346b42c9

Still to fix:

SamuelQuinones commented 2 years ago

won't fix switches

modals to be fixed as part of #14