Skip to content

This project showcases a 3D toggle switch created using HTML and CSS. The toggle switch is designed with a unique 3D appearance, and it features interactive animations that respond to user interactions.

Notifications You must be signed in to change notification settings

withaarzoo/3D-Toggle-Switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

3D Toggle Switch

This project showcases a 3D toggle switch created using HTML and CSS. The toggle switch is designed with a unique 3D appearance, and it features interactive animations that respond to user interactions.

Features

  • Interactive Toggle: The toggle switch provides visual feedback when interacted with. It smoothly transitions between the on and off states.

  • 3D Appearance: The switch components are designed to create a 3D effect using gradient backgrounds, shadows, and animations.

  • Customizable Colors: The hue of the toggle switch and its accent color can be easily adjusted by modifying the CSS variables.

Usage

To use the 3D toggle switch in your project, follow these steps:

  1. Include the provided style.css stylesheet in your HTML file's <head> section:
<link rel="stylesheet" href="style.css">
  1. Place the following HTML code in the <body> of your HTML file:
<label class="switch">
  <input type="checkbox" checked />
  <div class="indicator left"></div>
  <div class="indicator right"></div>
  <div class="button"></div>
</label>
  1. Customize the switch appearance by adjusting the CSS variables defined in the style.css file. You can modify colors, dimensions, and other properties according to your preferences.
/* Example: Change the hue of the switch */
:root {
  --hue: 140deg;
}
  1. Save both the HTML and CSS files in the same directory and open the HTML file in a web browser to see the 3D toggle switch in action.

License

This project is licensed under the MIT License.

Feel free to use, modify, and distribute this code as needed while adhering to the terms of the MIT License.

Preview

Screenshot 2023-08-21 103810

Designed and implemented by Aarzoo. Inspired by various creative designs on the web.

For more details, enhancements, and contributions, visit the GitHub repository.

If you find this project helpful, consider giving it a ⭐ on GitHub!

About

This project showcases a 3D toggle switch created using HTML and CSS. The toggle switch is designed with a unique 3D appearance, and it features interactive animations that respond to user interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published