Skip to content

Commit

Permalink
Исправляет ошибку в практике для will-change (#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
myznikovgleb authored Oct 4, 2023
1 parent 3b560a2 commit 4dee179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/will-change/practice/madey-kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const el = document.getElementById('element')

// Включаем will-change при наведении курсора на элемент
el.addEventListener('mouseenter', hintBrowser)
el.addEventListener('animationEnd', removeHint)
el.addEventListener('transitionend', removeHint)

function hintBrowser() {
// Свойства, которые будут изменяться в блоке
Expand Down

0 comments on commit 4dee179

Please sign in to comment.