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

Modals: Speedup display #9419

Closed
Merg1255 opened this issue Aug 13, 2013 · 3 comments
Closed

Modals: Speedup display #9419

Merg1255 opened this issue Aug 13, 2013 · 3 comments
Labels

Comments

@Merg1255
Copy link

@mdo if you check the devtools frame analysis, you'll see that when displaying a simple modal window on a page, it takes more than the required time to have smooth 60FPS.

Is there a way the modal animations would be within the 16ms time span?

Thanks

@Merg1255
Copy link
Author

@mdo I'd like to add that currently the "Launch demo modal" button might now show a second scrollbar, but the screen still adds a delay until the modal is shown.

Check the image, it's realtime:
http://oi40.tinypic.com/2z7e8o9.jpg

@mdo
Copy link
Member

mdo commented Aug 19, 2013

Punting on this for now since we're already hardware accelerating the modal via transforms. If you want a faster display, I'd suggest removing the animations (e.g., no fade class). The amount of content could also contribute to the display time, so keep that in mind.

@mdo mdo closed this as completed Aug 19, 2013
@Merg1255
Copy link
Author

ok. just keep a note on checking it when u got some time if there's something even better to do.
thanks @mdo :)

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

No branches or pull requests

2 participants