How to redirect a web page using HTML, CSS and JavaScript with help of button.Moreover I want a CSS effect when I click the button. I want to redirect a web page to another web page after the CSS effect completed
I tried to redirect a web page after the CSS effect.
It works only redirect it does not show the CSS effect when I click the redirect button
<a>
<div class="grid__item theme-1">
<button class="action"></button>
<button class="particles-button">Home</button>
</div>
</a>
I want to redirect a web page after the CSS effect completed when I click a button