How To Add Click Ripple Effect Animation In Website
Hello Everyone! Today I Will Give You An Amazing Click Ripple Animation Code Whice Use On Your Blogger Website. Just Follow Steps And See Your Website Steps Before following this steps please take back-up of your theme to make your site+theme more safe. STEPS Find </head> tag in theme/template of your website Now add the below code just above </head> <script src='https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js' type='text/javascript'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js'></script> Find </b:skin> tag template/theme of your website to add CSS Copy the below code and paste it just above </b:skin> .clicker {width:60px;height:60px;margin-left:-30px;margin-top:-30px;background:#204ecf;border-radius:100%;position:absolute;transform:scale(0);opacity:.3;-ms-filter:none;filter:none;z-index:9999;pointer-events:none}.darkMode .clicker{...