Skip to content

Instantly share code, notes, and snippets.

View aldoyh's full-sized avatar
🎩
I am Laravel-ing

Hasan AlDoy aldoyh

🎩
I am Laravel-ing
View GitHub Profile
@aldoyh
aldoyh / README.md
Last active October 13, 2024 10:21
Swipe slide gsap (Swiper step 3 animate content in) + Mouse wheel

Swipe slide gsap (Swiper step 3 animate content in) + Mouse wheel

Originally from:

GSAP

@aldoyh
aldoyh / gsap-scrollsmoother-three-js.markdown
Last active October 10, 2024 18:13
GSAP ScrollSmoother + Three.js
@aldoyh
aldoyh / beautiful-aurora-footer-lights.markdown
Last active September 26, 2024 16:31
Beautiful Aurora Footer Lights 🧊
@aldoyh
aldoyh / 3d-carousel.markdown
Created September 16, 2024 19:08
3D Carousel
@aldoyh
aldoyh / gsap-grid.markdown
Created September 11, 2024 15:19
GSAP GRID
@aldoyh
aldoyh / envToGHSecrets.sh
Last active September 9, 2024 15:35
This script reads a .env file and sets the environment variables as GitHub secrets using the `gh` Command
#!/bin/bash
# This script reads a .env file and sets the environment variables as GitHub secrets using the gh CLI.
# totally AI generated using local Ollama. And Totally proud of it!
# AI Generated by: Hasan AlDoy @aldoyh @ollama_ai 2024
# No Copyrights Nor Lefts Reserved.
# This script is licensed under the MIT License.
# You are free to modify and distribute this script as long as the original author is credited.
# This script is provided AS IS without any warranty of any kind.
# Save the Pengiun, Save the World! 🐧
@aldoyh
aldoyh / CloudFlare-API.md
Created September 7, 2024 23:49 — forked from marcostolosa/CloudFlare-API.md
Cloudflare API - Using Cloudflare’s API, you can do just about anything you can do on cloudflare.com via the customer dashboard.

Cloudflare's API Cheat-Sheet

VARIABLE VALUE
EMAIL The email address associated with your Cloudflare account.
KEY The global API key associated with your Cloudflare account.
DOMAIN The name of the domain to create a zone record for.
JUMP_START If true, automatically attempts to fetch existing DNS records when creating a domain’s zone record
ZONE_ID The unique ID of the domain’s zone record. Assigned by Cloudflare. Required when managing an existing zone record and its DNS records.
@aldoyh
aldoyh / CssScrollDrivenSnappableCarousel.markdown
Last active July 23, 2024 02:07
CSS scroll-driven scroll-snapping animations

CSS scroll-driven scroll-snapping animations

Currently only works on Chrome desktop

A polyfill is included for other browsers, but it's iffy.

These last couple of years have really been it for CSS. This cold, dead heart may be resurrecting.

Some section transitions I made while learning about scroll-driven animations. This is a flaky layout, not very practical (especially not the backwards scroll), but sometimes you need to have fun.

@aldoyh
aldoyh / README.markdown
Last active July 10, 2024 12:10
Music Player
@aldoyh
aldoyh / index.html
Created July 1, 2024 19:52
Infinite scrolling, dragging, and snapping cards with GSAP and ScrollTrigger (smooth)
<div class="gallery">
<ul class="cards">
<li>0</li>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
<li>6</li>
<li>7</li>