mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update semag/star/index.html
This commit is contained in:
parent
f34144a5b7
commit
72b433956c
@ -180,6 +180,14 @@ font-family: 'Press Start 2P', sans-serif;
|
||||
}, false);
|
||||
})();
|
||||
</script>
|
||||
$(document).ready(function(){
|
||||
$(".star").click(function(){
|
||||
$(this).css("transform", "scale(1.2)");
|
||||
setTimeout(() => {
|
||||
$(this).css("transform", "scale(1)");
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user