logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

optional_motion.js (202B)


  1. import { reduceMotion } from '../../../initial_state';
  2. import ReducedMotion from './reduced_motion';
  3. import Motion from 'react-motion/lib/Motion';
  4. export default reduceMotion ? ReducedMotion : Motion;