The update
CSS media feature can be used to test how frequently (if at all) the output device is able to modify the appearance of content once rendered.
@media (update: < none | slow | fast >) { /* styles to apply if the update frequency of the output device is a match */ }