styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetimeline-scopetimeline-triggertimeline-trigger-activation-rangetimeline-trigger-activation-range-endtimeline-trigger-activation-range-starttimeline-trigger-active-rangetimeline-trigger-active-range-endtimeline-trigger-active-range-starttimeline-trigger-nametimeline-trigger-sourcetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

timeline-trigger CSS Property

The timeline-trigger shorthand defines a timeline-driven trigger that activates and deactivates animations based on ranges. Combines name, source, activation range, and optional active range. Comma-separated for multiple triggers. .reveal { timeline-trigger: --t scroll() entry; } .reveal { timeline-trigger: --t view() entry 0% / exit 100%; animation-trigger: --t; } noneNo triggers (default).coverRange: starts when the element begins entering the viewport and ends when it fully exits.containRange: active when the element is fully contained within the viewport.entryRange: covers the phase where the element enters the viewport.exitRange: covers the phase where the element exits the viewport.entry-crossingRange: the moment of boundary crossing on entry — when the element's leading edge crosses the viewport edge.exit-crossingRange: the moment of boundary crossing on exit — when the element's leading edge crosses the exit edge.autoThe UA determines the trigger range automatically.normalDefault trigger behavior. CSS Animation Triggers Module Level 1 Editor's Draft W3C

scroll in box

box-t — run box-x — stay
Show all code
Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration