Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New splash screen #2714

Merged
merged 3 commits into from
Jan 31, 2024
Merged

New splash screen #2714

merged 3 commits into from
Jan 31, 2024

Conversation

estrattonbailey
Copy link
Member

No description provided.

@estrattonbailey estrattonbailey marked this pull request as ready for review January 31, 2024 20:08
@@ -98,6 +98,11 @@ export function Splash(props: React.PropsWithChildren<Props>) {
opacity: interpolate(intro.value, [0, 1], [0, 1], 'clamp'),
}
})
const bottomLogoAnimation = useAnimatedStyle(() => {
return {
opacity: interpolate(intro.value, [0, 1], [0, 1], 'clamp'),
Copy link
Member Author

Choose a reason for hiding this comment

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

Same as initial intro fade in for the butterfly (immediately above)

Copy link
Collaborator

@pfrazee pfrazee left a comment

Choose a reason for hiding this comment

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

Tested in iOS and Android simulators, looks great

@pfrazee pfrazee merged commit 1720eef into main Jan 31, 2024
4 checks passed
@pfrazee pfrazee deleted the eric/new-splash branch January 31, 2024 21:01
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