Forum Discussion
alanbourne
14 years agoCommunity Member
Layer always on top
Hi there,
I was wondering if anyone can shed some light onto this dilemma I am having.
I am looking to create a layer that is always on top (of everything). I've looked at the settings but am u...
MathNotermans-9
3 years agoCommunity Member
There is a simple Javascript solution for this.
Change the z-Index of any element in Storyline...let myElement = document.querySelector("[data-acc-text='myAccName']");
gsap.set(myElement , {css:{zIndex:1000}})
Where ofcourse you need to ensure your zIndex is above all others.
The values for z-index must be an positive/negative integer. This doesn’t mean you can have unlimited z-axis layers! The maximum range is ±2147483647.
Related Content
- 7 months ago
- 5 months ago