A collection of modern CSS UI components with smooth animations and effects, designed to enhance user experience. Each component is lightweight, responsive, and easy to integrate into any project.
A beautiful scroll animation effect where elements fade and slide in as they come into view.
π Live Demo
β CSS-only animation (No JavaScript required)
β Smooth entry effect using @keyframes
β Works with multiple elements
β Lightweight and easy to integrate
git clone https://github.com/RitikRK96/Css-Animations.git
cd Css-Animations/Animate on Scroll
start index.html # Windows
open index.html # macOS
An elegant 3D hover effect for cards using pure CSS. The card zooms forward while adjacent cards react dynamically.
π Live Demo
β Pure CSS (No JavaScript required)
β 3D Perspective Effect
β Smooth Hover Transitions
β Fully Responsive
git clone https://github.com/RitikRK96/Css-Animations.git
cd Css-Animations/Card Hover
start index.html # Windows
open index.html # macOS
A sleek, autoplaying image carousel with text overlays on each slide. The carousel automatically transitions every 3 seconds, ensuring a smooth and visually appealing experience.
π Live Demo
β Autoplay functionality (every 3 seconds)
β Smooth scrolling transition
β Text overlays with headings and descriptions
β Dark-themed background for a modern look
β Responsive & mobile-friendly
git clone https://github.com/RitikRK96/Css-Animations.git
cd Css-Animations/Carousel
start index.html # Windows
open index.html # macOS
This project showcases an image gallery where images with varying aspect ratios are displayed in a responsive and stylish layout.
π Live Demo
β Responsive Image Layout
β Multi-column Design
β Text Section with Multiple Columns
β CSS Grid & Flexbox for Layout Management
β Lightweight & Simple Design
git clone https://github.com/RitikRK96/Css-Animations.git
cd Css-Animations/Different Aspect Ratio
start index.html # Windows
open index.html # macOS
A stunning background animation using HTML5 Canvas and JavaScript, featuring a network of interconnected particles that dynamically move, creating an engaging and futuristic effect.
π Live Demo
β Smooth Animated Particle Network
β Lightweight & Optimized Performance
β Fully Responsive Canvas Background
β Customizable Particle Size & Speed
β Easy to Integrate into Any Website
git clone https://github.com/RitikRK96/Css-Animations.git
cd Css-Animations/Background Animations
start index.html # Windows
open index.html # macOS
You can tweak animation settings in script.js:
const settings = {
particleCount: 50,
lineOpacity: 0.2,
speed: 2
};
Simply update these values to customize the animation!
This repository will include more CSS components like buttons, loaders, navigation bars, and more. Stay tuned!
β Star this repo if you find it helpful!
π Author: Ritik Kumar
π‘ Contributions & Suggestions Welcome!