-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update hero element & improve loading performance #20
Update hero element & improve loading performance #20
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
95e627b
to
1cd36d6
Compare
9b51bc7
to
8f72980
Compare
I think you're right, @KyleMit, about not needing to use canvas for this (our comment thread), but short of implementing a regression while having also made a few other tiny updates, I'm excited to merge this into the main branch. :) I'm going to close this pull request, but what do you think if I leave #18 open? |
Yeah, not a regression - good to roll forward. Just something to consider especially as you start animating |
Ticket #18
Motivation of changes
Animated landing page
Although the hero image from before was cute, these changes help performance while also moving the site toward an animated landing page. Yes, the dot is currently drawn by a HTML canvas, but it now it's effectively ready to be animated when the page loads or on user interaction.
Possible future options
3D animation using a library like Svelte Cubed or Svelthree, but neither of these have been recently pushed to.