@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
9 lines (8 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.selectorChartSkipAnimation = void 0;
var _selectors = require("../../utils/selectors");
const selectorChartAnimationState = state => state.animation;
const selectorChartSkipAnimation = exports.selectorChartSkipAnimation = (0, _selectors.createSelector)(selectorChartAnimationState, state => state.skip || state.skipAnimationRequests > 0);