styleditor.net styleditor.net styleditor.net styleditor.net English 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-timing-function

מאפיין animation-timing-function (פונקציית easing) מתאר איך האנימציה מתקדמת בין זוגות keyframes. ערך ההתחלה הוא ease.
.box { animation-timing-function: ease-out; } .bounce { animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55); }
linearקצב אחיד.easeערך ברירת המחדל. מהיר בהתחלה, מאט בסוף.ease-inמתחיל לאט.ease-outמסתיים לאט.ease-in-outלאט בקצוות.step-startקופץ מיד לערך הסופי.step-endקופץ לערך הסופי בסוף. cubic-bezier()עקומה מותאמת (x1,y1,x2,y2).steps()חלוקה למקטעים — steps(n, position?).linear()easing ליניארי עם נקודות בקרה. CSS Animations Level 1 Editor's Draft W3CMDN
CSS Show all code ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטמקורות מידעהדגמה חזותית