Animated modal in React using – onAnimationEnd
In this component, when creating an animation, onAnimationEnd is applied, as in this case. onAnimationEnd is the handler for the animationEnd event, which is called when the element's CSS animation ends. This component does not...
Animated dropdown menu in React using – onAnimationEnd
In this component, when creating animation, onAnimationEnd is used. onAnimationEnd is a handler for the animationEnd event, which is called when the CSS animation of an element ends. This component does not use third-party...
Animated pure js callback popup using css property - display
When a modal window is opened, it is assigned a property - display: block, then, after a while - opacity: 1, which allows you to animate the display: block property. When closing a window,...
How to hide the "read more" button, out of stock product card, so that AJAX works when adding a prod…
1. You need to copy the code below into the functions.php file, which is located in your theme folder (the code was taken from the official site woocommerce). 2. Create in...
Animated icons of social networks, changing color and size when hovering