-
Notifications
You must be signed in to change notification settings - Fork 1
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
Electrical pop-art scroll driven animation #73
Comments
I decided to use css instead of svgs for the backgrounds. I found a website were you can generate css backgrounds and I used these backgrounds in the keyframes. I used I also put animations on the nav. On mobile so that it shows the next background. And on desktop so that it shows the previous background. |
fdnd-agency#73 so that we can animate the on colors there
I added an animation to change the background color of the cards when you scroll, by using a custom property that changes in the animation. If you want the colours to flow into the next on you have to use |
I also added a shake animation to the webinarcards on the webinarspage. Every card has a delay on it. I used the index of the loop and gave that to a custom property --index. With the index I calculated the delay |
I want to implement this on the webinarpage where the background changes
The text was updated successfully, but these errors were encountered: