Quantum Particle Effect
0 viewshard
Background:
1
2
3
4
5
6
7
8
9
10
11
<div class="quantum-particle-container">
<input type="checkbox" />
<div class="quantum-particle-checkmark">
<div class="particle-1"></div>
<div class="particle-2"></div>
<div class="particle-3"></div>
<div class="wave-function"></div>
<div class="quantum-check">✓</div>
</div>
<span class="quantum-particle-label">Quantum State</span>
</div>Quantum Particle Effect
0 viewshard
Background:
Quantum Particle Effect
1
2
3
4
5
6
7
8
9
10
11
<div class="quantum-particle-container">
<input type="checkbox" />
<div class="quantum-particle-checkmark">
<div class="particle-1"></div>
<div class="particle-2"></div>
<div class="particle-3"></div>
<div class="wave-function"></div>
<div class="quantum-check">✓</div>
</div>
<span class="quantum-particle-label">Quantum State</span>
</div>Was this helpful?
What is inside Quantum Particle Effect
Quantum Particle Effect is a CSS checkbox built with a keyframe animation, gradient fills, transforms, defined in 119 lines across 17 selectors.
31
CSS properties
17
Selectors
119
Lines of CSS
3
Formats
Techniques used
Keyframe animationTransitionsTransformsGradientsShadowsFiltersChecked stateFlexbox
Animations defined: particle-orbit-1particle-orbit-2particle-orbit-3wave-collapsequantum-pulse
CSS properties in this component
align-itemsanimationbackgroundborderborder-colorborder-radiusbottombox-shadowcolorcursordisplayfilterfont-sizefont-weightgapheightinputinsetjustify-contentleftopacityoverflowpositionrighttext-shadowtoptransformtransitionuser-selectwidthz-indexAccessibility check2 to fix
- Built on a native <input> element, so keyboard focus and screen reader semantics work without extra attributes.
- No focus style is defined. Add one before shipping, or keyboard users lose track of position.
- Animates without a prefers-reduced-motion guard. Wrap the animation in that query if motion sensitivity matters to your audience.
These notes are generated by reading this component's own source, so they describe what it actually does rather than what a template says. Copy the code above in HTML, CSS, Tailwind and adapt it freely.