Код: Выделить всё
It all began with two swipes! We went on our first date, became facebook official, hillwalked,
had our first holiday in Barcelona, endured the COVID restrictions, bought our first house, went to Skye,
travelled the NC500 in a campervan, went to Crete and skied.
We travelled to Lewis and Harris and explored some of the most beautiful beaches in the world. This is where David made plans to propose to Emily which after an
aborted hillwalk ended up happening on Luskentyre Beach. This place now holds a special meaning for us both.
Код: Выделить всё
const element = document.querySelectorAll('.element');
const observer = new IntersectionObserver(entries => {
console.log('element');
});
observer.observe(element[0]);
Подробнее здесь: https://stackoverflow.com/questions/791 ... n-a-tailwi