Kleur & Ontwerp
Cubic Bezier Editor
Gratis cubic-bezier editor. Ontwerp CSS easing-curves visueel met sleepgrepen, voorinstellingen en live animatiepreview. Kopieer CSS voor transities en animaties.
Cubic-bezier editor
CSS
transition-timing-function: cubic-bezier(0.25, 0.10, 0.25, 1.00);Redactionele opmerking
Understanding · Time, but with feeling.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
Quick answers.
›What's a cubic-bezier?
A curve defined by 4 control values — used by CSS transitions and animations to control the rate of change over time. The browser's 'ease' is cubic-bezier(0.25, 0.1, 0.25, 1).
›What's overshoot?
When the easing curve exceeds 0 or 1 (control y-values < 0 or > 1), the animation 'bounces' past its endpoints. Useful for playful UIs.
›Are presets available?
Yes — common presets (linear, ease, ease-in, ease-out, ease-in-out) plus a few popular custom curves.
›Is the editor free?
Yes — fully free, no signup.
Mensen zoeken ook naar
Gerelateerde tools
More in this room.
- GradiëntgeneratorLineaire, radiale en conische CSS-gradiënten.
- Box Shadow GeneratorVisuele CSS box-shadow editor.
- Border Radius GeneratorPer-hoek CSS border-radius editor.
- CSS Animatie GeneratorBouw keyframes visueel, kopieer kant-en-klare CSS.
- CSS Filter GeneratorLive preview van blur, helderheid, hue-rotate en meer.
- Glassmorphism GeneratorFrosted-glass UI kaarten met backdrop-filter.