Pinned Loading
-
Плавная прокрутка к блоку
Плавная прокрутка к блоку 1// плавная прокрутка по якорю
2const scrollTo_Anchors = document.querySelectorAll('a[href^="#"]')
34for (let scrollTo_Anchor of scrollTo_Anchors) {
5scrollTo_Anchor.addEventListener('click', function (e) {
-
Тест браузера на поддержку webp
Тест браузера на поддержку webp 1document.addEventListener('DOMContentLoaded', function() {
2testWebP(document.body)
3})
45function testWebP(elem) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.