1
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.genNoMotionStyle = void 0;
|
||||
const genNoMotionStyle = () => {
|
||||
return {
|
||||
'@media (prefers-reduced-motion: reduce)': {
|
||||
transition: 'none',
|
||||
animation: 'none'
|
||||
}
|
||||
};
|
||||
};
|
||||
exports.genNoMotionStyle = genNoMotionStyle;
|
||||
Reference in New Issue
Block a user