-
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
iframe / Vimeo cell interaction with set #13
Comments
The conversation over in issue 5 has drifted over to this topic of cell/set interaction, so I'll write about it here. Can all cell types (including iframes) be made to initially load with a poster image (with your rollover title/text behavior)? Then when ANY cell is clicked, ALL other cells go back to their poster-image-with-rollover state (like Deb Hay cells). BUT: could you then add an option which, when activated, would make it so a given cell ignores go-back-to-poster messages from other cells, so that e.g. two movies could be run comparatively. That is, these cells would start out in poster image, but once clicked/activated, would stay activated, regardless of other cells being activated. (Presumably they would return to poster if scrolled off screen then back into view) |
Yes that is what i'm thinking too. The only problem i see is that there is no way to deactivate a cell then (except for scrolling). Would that be OK for you? |
There would be no way to go back to poster image/rollover, true. We assume Vimeo cells could be stopped by pressing their pause buttons. Our D3 and Unity content would need to handle stop/pause functionality through their own interfaces. We're ok with that in the situation where we explicitly turn on the option for "this cell ignores go-back-to-poster broadcast messages". |
OK, perfect! I think i can implement a message that will let cells know they should stop / start (become invisible / visible) that would allow for some better behaviour on the iframe front. D3 and Unity could then just pause their render loops for example ... and maybe show that they are paused. |
... fully implement in the future. |
Leaving this open for the future .. |
Active cells might need some ways to interact with the set, for example report back that they are "done" (playing).
Update, here's what this issue means:
Note that this is not about how sets create and handle cells, which should be outlined here soon: https://github.com/motionbank/score-system-frontend/wiki/Lifetime-of-a-cell
The text was updated successfully, but these errors were encountered: