A responsive webpage that showcases a collection of SCSS-powered animations.
- Modern, responsive layout using SCSS
- Multiple animation examples: bounce, typing, slide-in, pulse, spinner, image zoom, gradient shift, glow, and more
- Light and dark theme toggle
- Modular SCSS structure for easy customization
dist/
├── assets/ # Images and other assets
├── css/ # Compiled CSS output
├── js/ # JavaScript files
└── index.html # Main HTML file
├── scss/ # SCSS source files
├── _variables.scss
├── _mixins.scss
├── _animations.scss
├── _components.scss
└── main.scss
README.md
-
Clone the repository:
git clone https://github.com/your-username/SCSS-Animation-Showcase.git
-
Install dependencies (if using a build tool):
npm install
-
Compile SCSS to CSS:
sass dist/scss/main.scss dist/css/main.css
-
Open
dist/index.htmlin your browser to view the showcase.
- Click the "Light Mode" / "Dark Mode" button to toggle themes.
- Hover or interact with the cards to see various SCSS animations in action.
- Edit
dist/scss/_variables.scssto change colors, fonts, and spacing. - Add or modify animations in
dist/scss/_animations.scss. - Update component styles in
dist/scss/_components.scss.
Created by thatladtemod