Skip to content
View krylovsentry's full-sized avatar
🤺
Focusing
🤺
Focusing
  • Netcracker
  • Nizhny Novgorod

Block or report krylovsentry

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
krylovsentry/README.md

Pinned Loading

  1. What forces layout/reflow. The compr... What forces layout/reflow. The comprehensive list.
    1
    # What forces layout / reflow
    2
    
                  
    3
    All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or [layout thrashing](http://www.kellegous.com/j/2013/01/26/layout-performance/), and is common performance bottleneck.
    4
    
                  
    5
    Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.