{"id":197380,"date":"2015-03-05T11:50:21","date_gmt":"2015-03-05T18:50:21","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=197380"},"modified":"2021-07-14T11:58:12","modified_gmt":"2021-07-14T18:58:12","slug":"will-change","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/w\/will-change\/","title":{"rendered":"will-change"},"content":{"rendered":"\n

The will-change<\/code> property in CSS optimizes animations by letting the browser know which properties and elements are just about to be manipulated, potentially increasing the performance of that particular operation.<\/p>\n\n\n

Syntax<\/h3>\n\n\n
will-change: <animateable-feature> = scroll-position | contents | <custom-ident><\/code><\/pre>\n\n\n\n