top of page

Project Description
​Maxine has been working on new pages at the Cinema Penguin website. Maxine created a sound clip from one of Fred Astaire’s songs in the Royal Wedding film and a video clip of a dance in that movie featuring Astaire’s duet with a hat rack. She wants both clips embedded on the page.
In addition, Maxine wants you to try a new hover transition for the links at the top of the page.
Finally, she wants you to create an animation that displays a scrolling marquee of the Fred Astaire filmography.
Project Task
​Create a scrolling animation marquee of the Fred Astaire filmography.​
Technical Sheet
Use @keyframe rule to build the animation.
@keyframes scroll { 0% {top: 250px } 100% {top: -1300px;} }
bottom of page