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
@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
The text was updated successfully, but these errors were encountered:
@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.
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 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
The text was updated successfully, but these errors were encountered: