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-actiontransformtransitiontransition-behaviortransition-delaytransition-durationtransition-propertytransition-timing-functiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie transition-property

The transition-property property specifies which CSS properties should transition when their values change. Initial value is all. .box { transition-property: opacity; } .box { transition-property: opacity, transform, background-color; } allThe default value. Transitions apply to all animatable properties.noneNo properties transition.opacityTransition on the element's opacity (0–1).transformTransition on transform functions (translate, rotate, scale, etc.).colorTransition on the text color.background-colorTransition on the background color.widthTransition on the element's width.heightTransition on the element's height.topTransition on the top offset (mainly with position: absolute/relative).leftTransition on the left offset.marginTransition on margin values.paddingTransition on padding values.border-colorTransition on the border color.border-widthTransition on the border width.border-radiusTransition on border-radius (corner rounding).box-shadowTransition on the box shadow.font-sizeTransition on the font size.letter-spacingTransition on letter spacing.line-heightTransition on line height.max-widthTransition on max-width.max-heightTransition on max-height.gapTransition on gap between flex or grid items.flex-growTransition on the flex grow factor.filterTransition on filter functions (blur, brightness, etc.).clip-pathTransition on clip-path (when shapes are compatible).background-positionTransition on background position.background-sizeTransition on background size.visibilityTransition on visibility (discrete — useful combined with opacity). CSS Transitions Module Level 1 Working Draft W3CMDN Hover over me 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