Completely updated React, fixed #11, (hopefully)
This commit is contained in:
10
goTorrentWebUI/node_modules/material-ui/es/transitions/utils.js
generated
vendored
Normal file
10
goTorrentWebUI/node_modules/material-ui/es/transitions/utils.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export const reflow = node => node.scrollTop;
|
||||
|
||||
export function getTransitionProps(props, options) {
|
||||
const { timeout, style = {} } = props;
|
||||
|
||||
return {
|
||||
duration: style.transitionDuration || typeof timeout === 'number' ? timeout : timeout[options.mode],
|
||||
delay: style.transitionDelay
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user