עברית
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-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewview-timelineview-timeline-axisview-timeline-insetview-timeline-nameview-transition-classview-transition-groupview-transition-nameview-transition-scopevisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom
view-transition-scope CSS Property
The view-transition-scope property limits discoverability of view-transition-name identifiers. all restricts detection to the element's subtree — prevents external transitions from finding names within (useful for isolated components).
.widget {
view-transition-scope: all;
}
.isolated-component {
view-transition-scope: all;
}
noneThe default value. No effect on transition name discoverability.allDiscoverability of view-transition-name is limited to the subtree of this element.
CSS View Transitions Module Level 2
Editor's Draft
W3C
Edit CSS online
The plugin that remembers hundreds of CSS items for you
Every CSS property — in a live demonstration
The bilingual CSS reference
previousnext