styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationanimation-compositionanimation-delayanimation-directionanimation-durationanimation-fill-modeanimation-iteration-countanimation-nameanimation-play-stateanimation-rangeanimation-range-endanimation-range-startanimation-timelineanimation-timing-functionanimation-triggerappearanceaspect-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-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

animation-range CSS Property

The animation-range shorthand sets animation-range-start and animation-range-end together — specifies the attachment range of the animation along its timeline (mostly with scroll/view timeline). .card { animation-range: entry 0% cover 50%; } .reveal { animation: fade-in linear; animation-timeline: view(); animation-range: cover 20% cover 80%; } min:0 max:9999 step:5 units:% | px normalThe default value. Range from start to 100% of timeline.coverview-timeline: full element cover range.containview-timeline: range where element is fully contained.entryview-timeline: entry into scrollport.exitview-timeline: exit from scrollport.entry-crossingview-timeline: entry crossing.exit-crossingview-timeline: exit crossing.scrollscroll-timeline: range along the full scroll axis. CSS Animations Level 2 Editor's Draft <length-percentage> 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