-
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
Check and fully implement cell states #15
Comments
|
Something that may have gotten lost in the translation to the state list above was for Vimeo cells to have a loop option, that determines what happens when they get to the end. Here's the list for reference:
|
@mlewisosu I've added a new issue for the vimeo loop option here: #30 |
Thanks! |
…(via postmessenger) motionbank#15
Just was testing and it looks like the only thing still missing in the list above is my last item, "content in any cell is played: other cells return to poster UNLESS option to keep playing is activated." We put a vimeo and a couple iframes in a set, and the iframes don't return to poster image when I click/activate/play the vimeo cell. I also read about and tried the "solo" option in the cell field options list, but it didn't seem to work. I set all three cells to "solo 5" but got the same behavior: the iframes didn't return to poster when I activated the video. |
Is this the behavior you are looking for: Vimeo cells are set to solo 1, autoload false, autoplay true by default. (These defaults suit the sets we are building. If you need different ones, let me know) If you point me at the set you are having trouble with, I can take a look. |
I tried using solo 1 just now with a few iframes/vimeo and it worked. Thanks... |
"solo" should work with values other than 1 now, just as described in the cell field options list. f8dc7ff |
See states here:
https://github.com/motionbank/score-system-frontend/wiki/Lifetime-of-a-cell
Messaging is covered here:
#13
The text was updated successfully, but these errors were encountered: