Skip to content
Snippets Groups Projects
Commit 0117b159 authored by Sebastian Mohr's avatar Sebastian Mohr
Browse files

Opacity transition not computed in the right direction.

parent bfa20de7
No related branches found
No related tags found
No related merge requests found
Pipeline #569882 skipped
......@@ -89,9 +89,9 @@ function __Pointer({ pType, color, x, y, timestamp }: PointerI) {
style: {
left: x,
top: y,
opacity,
},
color,
opacity,
};
useEffect(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment