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

Tab indicator isn't shown + Laggy indicator #94

Closed
rbozan opened this issue Nov 13, 2014 · 2 comments
Closed

Tab indicator isn't shown + Laggy indicator #94

rbozan opened this issue Nov 13, 2014 · 2 comments
Assignees

Comments

@rbozan
Copy link

rbozan commented Nov 13, 2014

Tab indicator isn't shown until you resize your window.

Also, because this is a framework also for mobile, I'd suggest you to use transform:translateX(..px) + a width instead of left + right, as this animation you are currently using with left + right is slow. instead, use transform, it's way smoother on mobile.

@Dogfalo
Copy link
Owner

Dogfalo commented Nov 16, 2014

This is a good idea to handle performance issues. I'll look into incorporating this.

@Dogfalo Dogfalo self-assigned this Nov 16, 2014
@Dogfalo
Copy link
Owner

Dogfalo commented Dec 29, 2014

We've incorporated translate for other components, but tabs animation does not allow for this.

@Dogfalo Dogfalo closed this as completed Dec 29, 2014
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