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-source CSS Property

The timeline-trigger-source property selects the timeline the trigger is based on — mirroring animation-timeline. Accepts auto, none, scroll(), view(), or a declared timeline name. .reveal { timeline-trigger-source: view(); } .pinned { timeline-trigger-source: scroll(root block); } autoDefault. The element's implicit timeline.noneNo source — no trigger is defined. scroll()Scroll-driven timeline of a scroll container.view()Timeline based on the element's viewport intersection (entry/exit/cover). CSS Animation Triggers Module Level 1 Editor's Draft W3C

Scroll slowly — two different sources:

source: view() — by visibility source: scroll() — by position
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