You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the 'htx' version, the top and bottom bars just rotate immediately instead of moving down to the center as expected. When removing the class, the center bar appears immediately as well. Attaching a quick screen recording for reference.
The text was updated successfully, but these errors were encountered:
As it turns out, it is a problem with a css autoprefixer. For some reason it changes, e.g. transition: top, transform to transition: top, transform, -webkit-transform, which in return breaks the animation.
When using the 'htx' version, the top and bottom bars just rotate immediately instead of moving down to the center as expected. When removing the class, the center bar appears immediately as well. Attaching a quick screen recording for reference.
The text was updated successfully, but these errors were encountered: