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-trigger CSS Property

The animation-trigger property determines whether an animation is triggered, and what trigger it responds to. It is a reset-only sub-property of the animation shorthand. .card { animation-trigger: once; } .reveal { animation: fade-in 1s ease; animation-trigger: state; } noneThe default value. No trigger — animation starts immediately.onceTrigger fires once.repeatTrigger fires every time the condition is met.alternateTrigger alternates direction on each fire.stateState-dependent trigger — animation runs while condition holds.playPlays the animation forward on each trigger activation.play-oncePlays the animation forward exactly once.play-forwardsPlays the animation forwards and holds at the end.play-backwardsPlays the animation backwards and holds at the start.pausePauses the animation while the trigger is active.resetResets the animation to its starting point.replayResets and replays the animation from the beginning. CSS Animations 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
definitionexamplessyntaxmodulespecificationsources