Skip to content

Instantly share code, notes, and snippets.

View PushoDev's full-sized avatar
:copilot:
<QvaDevs @PuShoft />

Luis A. Guisado PushoDev

:copilot:
<QvaDevs @PuShoft />
View GitHub Profile
@PushoDev
PushoDev / index.html
Created February 22, 2025 20:47
inverted border-radius with box-shadow
<div class="inverted-border-radius"></div>
@PushoDev
PushoDev / animated-tab-bar.markdown
Created February 11, 2025 21:07
Animated Tab Bar
@PushoDev
PushoDev / gsap-round-ending-scene.markdown
Created December 12, 2024 14:45
GSAP Round Ending Scene

GSAP Round Ending Scene

Round ending scene of a mobile game called "King's League II". Figured I'd give GSAP timelines a go because I really enjoyed this little animation!

A Pen by Luis Alberto Guisado on CodePen.

License.

@PushoDev
PushoDev / index.html
Created October 11, 2023 17:45
Unfolding Login Form
<div class="login">
<div class="photo"></div>
<p class="name hidden" id="name">Hans Engebretsen</p>
<div class="username-wrap"><input type="username" class="username" placeholder="Type name & hit enter" id="username-input" /></div>
<div class="pw-box">
<span class="flap">
<div class="inner"></div>
<div class="spine"></div>
<div class="outer"></div>
</span>