mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): no animation on layer selection
Felt sluggish
This commit is contained in:
parent
d988e18731
commit
a1923a8966
@ -34,8 +34,6 @@ export const CanvasEntityContainer = memo(({ isSelected, onSelect, selectedBorde
|
|||||||
borderColor={borderColor}
|
borderColor={borderColor}
|
||||||
opacity={isSelected ? 1 : 0.6}
|
opacity={isSelected ? 1 : 0.6}
|
||||||
borderRadius="base"
|
borderRadius="base"
|
||||||
transitionProperty="all"
|
|
||||||
transitionDuration="0.2s"
|
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</Flex>
|
</Flex>
|
||||||
|
Loading…
Reference in New Issue
Block a user