Flash Popup Click Effect With JavaScript & CSS3

Category: Animation , Javascript | February 6, 2021
Authorkami8112
Last UpdateFebruary 6, 2021
LicenseMIT
Tags
Views818 views
Flash Popup Click Effect With JavaScript & CSS3

A tiny JavaScript library that makes use of CSS3 animations to create a Flash Popup effect on your element when getting clicked.

How to use it:

1. Load the JavaScript flash-pop-effect.umd.js on the HTML page.

<script src="dist/flash-pop-effect.umd.js"></script>

2. Create an action button on which you want to apply the Flash Popup effect.

<div class="btn"></div>

3. Attach the function flash to the button and done.

flash(".btn");

You Might Be Interested In:


Leave a Reply