You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jens, maybe you just didn't think about this enough. In my opinion it's easily possible by playing with widths and timers.
If you have 2 groups left (L) and right (R). L has 1 turtle, R has 2 turtles. There should be a 4th turtle which has to be fullwidth.
How can we solve this: L gets a second dot (after displaying 2 times the first dot), R gets a third dot. When L reaches its second dot, the turtle will disappear. When R reaches its third dot, the width should change to 100% and the third turtle should show.
Conclusion: it's an interesting challenge with the current codebase ;) What do you think?
For Google maps we've had to request to make it 'wider' (full screen, or expand over the 3 columns).
Atm we're too much focussing on 3 columns.
Is there a way to make certain turtles 'expand' in width to be wider than other turtles (during certrain transition phase).
E.g.
show 3 columns with train info
transition
show 2 columns with bus info
transition
show 1 column with traffic map
The text was updated successfully, but these errors were encountered: