Skip to content

Commit 07c49a9

Browse files
committed
add transition-transform
1 parent c6c7c1c commit 07c49a9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

apps/sim/app/(home)/components/collaboration/collaboration.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,11 @@ function YouCursor({ cursorRef, visible }: YouCursorProps) {
131131
if (!visible) return null
132132

133133
return (
134-
<div ref={cursorRef} aria-hidden='true' className='pointer-events-none fixed top-0 left-0 z-50'>
134+
<div
135+
ref={cursorRef}
136+
aria-hidden='true'
137+
className={`pointer-events-none fixed top-0 left-0 z-50 transition-transform`}
138+
>
135139
<svg width='23.15' height='21.1' viewBox='0 0 17.5 16.4' fill='none'>
136140
<path d={CURSOR_ARROW_MIRRORED_PATH} fill='#33C482' />
137141
</svg>

0 commit comments

Comments
 (0)