feat: content-aware HDDBore and TrenchLaying animations with drillbit transition
Former-commit-id: 1a541fc31c5b24aa083c3441a9ab642c7d49da59
This commit is contained in:
@@ -5,8 +5,8 @@ import { motion } from 'framer-motion';
|
||||
import Link from 'next/link';
|
||||
import Image from 'next/image';
|
||||
import { HoverShineOverlay } from '@/components/ui/HoverShineOverlay';
|
||||
import { AbstractBore } from '@/components/ui/decorations/AbstractBore';
|
||||
import { AbstractTrench } from '@/components/ui/decorations/AbstractTrench';
|
||||
import { HDDBoreAnimation } from '@/components/ui/decorations/HDDBoreAnimation';
|
||||
import { TrenchLayingAnimation } from '@/components/ui/decorations/TrenchLayingAnimation';
|
||||
|
||||
export interface Reference {
|
||||
id: string;
|
||||
@@ -153,10 +153,10 @@ export function ReferencesSlider(props: ReferencesSliderProps) {
|
||||
<svg xmlns="http://www.w3.org/2000/svg" className="w-5 h-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
|
||||
</Link>
|
||||
</div>
|
||||
{/* Minimalist Abstract Drilling */}
|
||||
<AbstractBore className="top-1/4 opacity-30" />
|
||||
{/* Minimalist Abstract Trenching */}
|
||||
<AbstractTrench className="bottom-0 opacity-30" />
|
||||
{/* Content-Aware Animation: HDD Drilling */}
|
||||
<HDDBoreAnimation className="top-1/4 opacity-30" />
|
||||
{/* Content-Aware Animation: Trenching */}
|
||||
<TrenchLayingAnimation className="bottom-0 opacity-30" />
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user