Skip to content

Instantly share code, notes, and snippets.

@Olegas
Last active October 15, 2018 19:54
Show Gist options
  • Save Olegas/f893838fe090ba31d368 to your computer and use it in GitHub Desktop.
Save Olegas/f893838fe090ba31d368 to your computer and use it in GitHub Desktop.
  1. Спецификация requestAnimationFrame: http://www.w3.org/TR/animation-timing/
  2. Справочник свойств, приводящих к reflow/restyle/repaint: http://csstriggers.com
  3. Ян Бородецкий, Оптимизация рендеринга веб-страницы: https://www.youtube.com/watch?v=-uMZDzIhcHQ
  4. Avoid Large, Complex Layouts and Layout Thrashing https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment