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

The CSS Propertie timeline-scope

The timeline-scope property establishes the scope of timeline names (scroll-timeline or view-timeline) — prevents name collisions between separate components. all confines all timelines defined in the subtree; <dashed-ident># confines only specific named timelines. .component { timeline-scope: --my-timeline; } .isolated { timeline-scope: all; } noneThe default value. No changes in timeline name scope.allRestricts all timeline names defined on this element or descendants to scope within this subtree — descendants cannot match outside. CSS Scroll-linked Animations Module Level 1 Editor's Draft <dashed-ident> W3CMDN 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
definitionexamplessyntaxmodulespecificationvalue typessourcesvisual demonstration