Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v0.0.97

Compare
Choose a tag to compare
@ItsJonQ ItsJonQ released this 01 Feb 01:54
· 2820 commits to main since this release

Animations: CSS over JS ⚡

This update enhances the Animate component to use CSS (className) based
animations instead of relying on inline styles. This has proved to be
more reliable and reduces the styles clashing/overriding each other
as they try to consolidate.

This update also resolves some issues with the PortalWrapper HOC not
accepting the timeout prop.