mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
⚡ GPU Acceleration for better performance
This commit is contained in:
parent
793223e23d
commit
a297b99330
@ -45,7 +45,7 @@
|
|||||||
class="relative flex items-center justify-center overflow-hidden rounded-md border border-neutral-200 dark:border-neutral-800 bg-white dark:bg-neutral-900"
|
class="relative flex items-center justify-center overflow-hidden rounded-md border border-neutral-200 dark:border-neutral-800 bg-white dark:bg-neutral-900"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="pointer-events-none absolute -inset-px opacity-0 transition duration-300"
|
class="pointer-events-none absolute transform-gpu -inset-px opacity-0 transition duration-300"
|
||||||
style={`
|
style={`
|
||||||
opacity: ${opacity};
|
opacity: ${opacity};
|
||||||
background: radial-gradient(600px circle at ${position.x}px ${position.y}px, rgba(97, 97, 97, 0.1), transparent 40%);
|
background: radial-gradient(600px circle at ${position.x}px ${position.y}px, rgba(97, 97, 97, 0.1), transparent 40%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user