After adding a smooth scroll animation to a page containing a table where I have a link to scroll one of the rows from another page, the specific row being scrolled is not very clear. I am looking for a way to make that row blink a few times after the scroll animation to ensure users know exactly where to look.
html {
scroll-behavior: smooth;
}
I recall seeing this done somewhere before with an arrow pointing at the section, but unfortunately, I cannot remember the website.