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-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

The CSS Propertie view-transition-name

The view-transition-name property tags an element for independent capture during view transitions. Elements with a non-none value participate separately in the transition tree under their specified identifier. .hero { view-transition-name: hero-image; } .card-12 { view-transition-name: card-12; } ::view-transition-old(card-12) { animation: fade-out 200ms; } noneThe default value. The element does not participate independently in view transitions.autoIdentifier is computed automatically from the element (typically the element ID).match-elementIdentifier matches the element itself — useful for unique per-instance transitions. CSS View Transitions Module Level 2 Editor's Draft <custom-ident> W3CMDN 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 typessources