Public Access
GSAP for all animations, 3x slower, brighter city images
- Added GSAP 3.12.5 from CDN - Card stagger entrance now uses gsap.fromTo with 0.6s duration, 0.09 stagger - Carousel slide uses gsap.timeline: old slides out right (3s), new slides in from right (3s), label slides in (2.5s after 0.3s offset) - All animations use power2.out easing - Image brightness: opacity 0.12→0.25, filter brightness(1.15) saturate(1.1) - ::after overlay changed from solid midnight @ 0.6 to gradient (midnight→transparent @ 0.5) — brighter image with smooth falloff
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<link rel="preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Marcellus&display=swap" media="print" onload="this.media='all'" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" media="print" onload="this.media='all'" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user