MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / easeInOut

Function easeInOut

Libraries/Animated/src/AnimatedImplementation.js:248–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246
247let _easeInOut;
248function easeInOut() {
249 if (!_easeInOut) {
250 const Easing = require('Easing');
251 _easeInOut = Easing.inOut(Easing.ease);
252 }
253 return _easeInOut;
254}
255
256class TimingAnimation extends Animation {
257 _startTime: number;

Callers 1

constructorMethod · 0.85

Calls 2

requireFunction · 0.85
inOutMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…