Will Change

The Telerik and Kendo UI Interactivity Utilities enable you to enhance the user experience of people interacting with inputs, texts, touchscreen devices, and many more.

Will Change

The Telerik and Kendo UI Will Change Utilities are CSS utility classes that enable you to optimize browser performance by providing hints about what kinds of changes the author expects to perform on an element.

Utility ClassCSS Property
.k-will-change-transformwill-change: transform;
.k-will-change-autowill-change: auto;
.k-will-change-scrollwill-change: scroll-position;
.k-will-change-contentswill-change: contents;

Auto

Use the k-will-change-auto utility to let the browser decide what to optimize for. This is the default behavior.

Scroll

Use the k-will-change-scroll utility to hint that the element's scroll position will be animated or changed.

Contents

Use the k-will-change-contents utility to hint that the element's contents are expected to change.

Transform

Use the k-will-change-transform utility to hint that the element will be transformed (translated, rotated, scaled, etc.).

Feedback