-
Notifications
You must be signed in to change notification settings - Fork 9
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
Scrolling section backgrounds #66
Comments
Sounds great! And wow, that examples is intense! |
#132 brings up another example of video functionality that would be very helpful and probably fairly easy to implement: a trigger effect that starts a video playing. Seems straightforward through JS |
I think a video that autoplays (and potentially loops) when visible should be pretty straightforward! And maybe a A video that progresses as the user scrolls is more complicated — I've seen a couple of libraries designed to do it, but if I could make it work with just Scrollama I'd love to. Might mean writing a few event handlers and streaming media hooks ourselves. I'll do some reading for that! |
The Apple AirPods Pro example above actually demonstrates both techniques:
The video has 100% width and height, and has |
This would be so neat! I'm hoping to apply the image sequence/gif idea to my closeread submission! Do we have an estimate for when this feature might be available? 🙏🏽 |
It's exciting! You see the work here: I'm not sure if new features will be ready before the deadline, but if so, we'll be sure to update the github / docs site and send out a message to those that have submitted. |
Another post-positconf enhancement I'd like to work on: assigning a video or image sequence as a full bleed background that animates on scroll.
Example: https://www.apple.com/airpods-pro
This is a pretty common scrollytelling technique - -although it can blow out page size, it means a video team can separately prep the visuals without too much engineering! And it would work well for people using packages like rayrender 🥳
The text was updated successfully, but these errors were encountered: