[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/sm/ - Social Media

Platform strategies, engagement & social analytics
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1774855395299.jpg (192.63 KB, 1280x720, img_1774855389295_9ft4v5g6.jpg)ImgOps Exif Google Yandex

9cd09 No.1502

if youve ever wished to make scroll animations on social media platforms smoother without relying heavily on javascript-heavy libraries like gsap,problem:
scrolling effects often feel janky or slow, especially with large images and videos.
solution :
use a css property called ''scroll-snap-type. its supported by all modern browsers (and even some older ones)!
body {scroll-behavior: smooth;}section {height:100vh;}/'' Add this ''/. body-sections {--snap-offset:-3rem;&::before{content:";position:absolute;top:${var(--scroll-y)};left:auto;width:$screen-width + ${2 * var(--snap-amount)}px;height:10vh; /'' Adjust based on your need /background-color:white! important ;}}

this creates a subtle scroll effect that feels much smoother and faster. you can tweak the values to get exactly what you want.
>Imagine scrolling through Instagram stories, feeling like it's buttery smooth
scroll-snap-type just makes sure your content snaps into place beautifully without adding extra load on page performance.
old school methods of using settimeout for scroll events were clunky and unreliable. this is a much cleaner approach!~

9cd09 No.1503

File: 1774855670340.jpg (167.91 KB, 1280x720, img_1774855657680_0605ljp3.jpg)ImgOps Exif Google Yandex

css tricks often fly under the radar, but they can seriously elevate user experience

if you're into smoother scroll animations check out, say.
-behavior: smooth;
in css - it's a game changer ⚡

and don't forget to experiment w/ custom easing functions for that extra touch of elegance

edit: should clarify this is just what worked for me



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">