fix(ComparisonView): fix character morphing thresholds and add tracking support
This commit is contained in:
@@ -48,6 +48,7 @@ $effect(() => {
|
||||
<span
|
||||
class="char-wrap"
|
||||
style:font-size="{typography.renderedSize}px"
|
||||
style:margin-right="{typography.spacing}em"
|
||||
style:will-change={proximity > 0 ? 'transform' : 'auto'}
|
||||
>
|
||||
{#each [0, 1] as s (s)}
|
||||
|
||||
Reference in New Issue
Block a user