styleditor.net styleditor.net styleditor.net styleditor.net English 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-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie will-change

מאפיין will-change מעיד לדפדפן מראש שמאפיינים מסוימים עומדים להשתנות — מאפשר אופטימיזציות (יצירת compositor layer, יציאת stacking context וכו'). שימוש מופרז מבזבז זיכרון; להחיל רק לפני אנימציה ולהסיר אחריה.
.animated { will-change: transform; } .popup { will-change: transform, opacity; } .popup.done { will-change: auto; }
autoערך ברירת המחדל. אין הצהרה על שינוי צפוי; הדפדפן משתמש בהיוריסטיקות רגילות.scroll-positionרומז שמיקום הגלילה עומד להשתנות — הדפדפן מרחיב את אזור התוכן המעובד מעבר ל-viewport הנוכחי.contentsרומז שתוכן האלמנט ישתנה תכופות — מצמצם caching אגרסיבי.transformרומז שמאפיין transform עומד להשתנות — הדפדפן מקדם את האלמנט ל-compositor layer.opacityרומז שמאפיין opacity עומד להשתנות — הדפדפן מקדם את האלמנט ל-compositor layer.leftרומז שמאפיין left עומד להשתנות — הדפדפן מתכונן לשינויי מיקום אופקי.topרומז שמאפיין top עומד להשתנות — הדפדפן מתכונן לשינויי מיקום אנכי. CSS Will Change Module Level 1 Editor's Draft <custom-ident> W3CMDN
ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטסוגי ערכיםמקורות מידע