How to bind webflow interactions to dynamic elements

It works wonderfully. However, I found that it also prevents “Scroll into view” animations to play when they are already visible on page. Which means you have to scroll manually in order to start them. Maybe you also know a special Webflow method to do that? How did you learn about the other one?

Anyway, these two lines of code (found here) do the job:

window.scrollBy(0, 1);
window.scrollBy(0, -1);