DVUI

prefersReducedMotion

Get the prefersReducedMotion if available

Parameters

#
self:Backend
Backend

Source

Implementation

#
pub fn prefersReducedMotion(self: Backend) bool {
    return self.impl.prefersReducedMotion();
}