Forum Discussion
Storyline marker stacking order problem
Markers seem to be tied to the highest layer at the time they are first opened. This means layers can appear on top of the marker balloons. I tried putting markers on layers that are top-most, but markers ignore intrinsic layer stacking and do their own thing. Is there a way to ensure marker balloons appear in front of everything on the slide?
- MathNotermans-9Community Member
Moving all your elements from SlideLayers to the baselayer and using GSAP to hide groups and show them when needed... and offcourse layering the markers in the timeline properly solves this.
https://360.articulate.com/review/content/8398dfc6-fdfc-49d9-9992-2ac5e111459e/review
Kind regards,
Math - MathNotermans-9Community Member
i just tried whether i could change the z-index of a given marker's content. But thats failing somehow. Also tried to force all the other elements to go lower in z-depth. Also failing ;-) Researching it some more....
UPDATE: made a quick sample without SlideLayers and all markers in the baseLayer. Could target parts setting z-index to -999999. That worked. Selecting the complete marker seems difficult though.