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,...
Animated icons of social networks, changing color and size when hovering
Animated Instagram and Facebook Icons