feat(client): 🍪👈
This commit is contained in:
parent
fceeb1b108
commit
27c2ca5048
12 changed files with 269 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ export default {
|
|||
target.classList.add('_anime_bounce_standBy');
|
||||
|
||||
el.addEventListener('mousedown', () => {
|
||||
target.classList.remove('_anime_bounce_ready');
|
||||
target.classList.remove('_anime_bounce');
|
||||
|
||||
target.classList.add('_anime_bounce_standBy');
|
||||
target.classList.add('_anime_bounce_ready');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue