mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-18 08:20:10 -07:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
export default function isWithReactRevealAnimations() {
|
|
// return isProduction() && getIsAnimationsFromSettings();
|
|
return false;
|
|
}
|