Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htx version doesn't transition properly #10

Open
dlewand691 opened this issue Mar 27, 2017 · 1 comment
Open

htx version doesn't transition properly #10

dlewand691 opened this issue Mar 27, 2017 · 1 comment

Comments

@dlewand691
Copy link

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.
screenflow

@HorstFreigang
Copy link

HorstFreigang commented Jun 28, 2017

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.

postcss/autoprefixer#617

Either don't use the autoprefixer or include the style.css instead of the Sass files. Both kinda sucks...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants