MCPcopy Create free account
hub / github.com/docker/getting-started / Fade

Function Fade

app/src/static/js/react-bootstrap.js:9852–9867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9850 _inheritsLoose(Fade, _React$Component);
9851
9852 function Fade() {
9853 var _this;
9854
9855 for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
9856 args[_key] = arguments[_key];
9857 }
9858
9859 _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
9860
9861 _this.handleEnter = function (node) {
9862 triggerBrowserReflow(node);
9863 if (_this.props.onEnter) _this.props.onEnter(node);
9864 };
9865
9866 return _this;
9867 }
9868
9869 var _proto = Fade.prototype;
9870

Callers

nothing calls this directly

Calls 1

triggerBrowserReflowFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…