+++++++++++++++
+++ Ripple effect +++
+++++++++++++++
| attribute | value | where |
|---|---|---|
| data-reaction-color | color value; RGB,HEX, Name, ... | Body |
| data-reaction-duration | number in seconds, between 0.1s - 1s | Body |
| ripple-reaction-effect | THIS IS A CLASS | Element |
| <!-- Here I wanna have a push effect along side hover effect --> | |
| <body enable-hover-reaction data-reaction-hover="rgba(128, 128, 128, 0.111)" data-reaction-startPush="0.8" data-reaction-endPush="1"> | |
| <button class="push-reaction-effect">click/touch me!</button> | |
| <a href="#" class="push-reaction-effect">let's go!</a> | |
| </body> |
+++++++++++++++
+++ Ripple effect +++
+++++++++++++++
| attribute | value | where |
|---|---|---|
| data-reaction-color | color value; RGB,HEX, Name, ... | Body |
| data-reaction-duration | number in seconds, between 0.1s - 1s | Body |
| ripple-reaction-effect | THIS IS A CLASS | Element |
| <script defer src="./reaction.min.js"></script> |
| * { | |
| box-sizing: border-box; | |
| } |
| span.ripple { | |
| position: absolute; | |
| border-radius: 50%; | |
| transform: scale(0); | |
| animation: ripple .8s linear; | |
| background-color: rgba(128, 128, 128, 0.533); // put any color, doesn't matter | |
| } | |
| @keyframes ripple { | |
| to { |
| Similarly, the following search query will list publicly accessible phpMyAdmin installations. |
| intitle:"index of" filetype:sql |
| which $SHELL |