Skip to content

Conversation

@lochie
Copy link
Owner

@lochie lochie commented Oct 26, 2025

  • and locale support

@vercel
Copy link

vercel bot commented Oct 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
torph Ready Ready Preview Comment Oct 29, 2025 4:56pm

}
}
`;
document.head.appendChild(style);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to make append at global level rather than per-instance

transition-delay: var(--delay, 0ms);
transition-timing-function: inherit;
transition-property: opacity, transform;
will-change: opacity, transform;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still getting pixel shifting. need to review


child.style.setProperty(
"--invert",
`translate(${deltaX}px, ${deltaY}px) scale(${isNew ? 0.8 : 1})`,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test translate3d for better performance

children.forEach((child) => {
// temporarily remove
const parent = child.parentElement!;
parent.removeChild(child);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix: missing exit animation on removed nodes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants