~cytrogen/masto-fe

ref: 9e66c07be70fa71467cfcdf0d4ebff0147bf187a masto-fe/app/javascript/mastodon/features/ui/util/optional_motion.js -rw-r--r-- 204 bytes
9e66c07b — Renaud Chaput [Glitch] Fix `/share` and cleanup and reorganize frontend locale loading 2 years ago
                                                                                
1
2
3
4
5
6
7
import Motion from 'react-motion/lib/Motion';

import { reduceMotion } from '../../../initial_state';

import ReducedMotion from './reduced_motion';

export default reduceMotion ? ReducedMotion : Motion;