React Liquid Toggle Button

React Liquid Toggle Button

A demonstration of a cutting-edge React component using GSAP for complex SVG animation, including path morphing and simultaneous background color change. The technical highlight is the control of the complex animation timeline from a container React component via React.createRef.

See the Pen React Liquid Toggle Button.

Color Changing Gooey Toggle Switch Component (React/SVG)

Color Changing Gooey Toggle Switch Component (React/SVG)

A custom toggle switch using React Hooks for state management and CSS Variables for dynamic color changes, all enhanced by an SVG Gooey filter for a unique “liquid” animation.

Neumorphic Dark Mode Toggle in React

Neumorphic Dark Mode Toggle in React

A technically elegant Neumorphism toggle with smooth theme switching, leveraging ThemeProvider for global style management and dynamic CSS shadows to achieve the 3D depth effect.

Toggle Button with Smooth Background Slide (React)

Toggle Button with Smooth Background Slide (React)

A demo showcasing a fully custom, animated toggle switch built with React and advanced SCSS, delivering a smooth “slide” effect and dynamic application-wide style changes.

React Draggable Toggle Switch

React Draggable Toggle Switch

A dynamic switch built with react-spring and react-use-gesture, demonstrating fluid gesture handling that includes a satisfying rubber-banding effect when boundaries are reached.

See the Pen React Draggable Toggle Switch.

Clean Toggle Switch in React and GSAP

Clean Toggle Switch in React and GSAP

A custom switch component using native SVG for rendering and CSS filters for glow effects, while React manages the state and GSAP handles the complex, non-linear animation with varied ease parameters.

Day/Night Toggle Switch (Legacy React)

Day/Night Toggle Switch (Legacy React)

A full-screen Day/Night switch using Legacy React (ES5) to manage global state, which is then synchronized via the data-time attribute to drive a complex SCSS/CSS animation of the background and toggle button.