Forum Discussion
LaceyWieser
7 years agoCommunity Member
Turn off marker pulse animation in Rise
I love the marker feature in Rise, but I would like to turn off the pulse animation, like you can in Storyline. I can't find where to do it. Is it possible in Rise?
Thanks.
PhilFoss
14 days agoCommunity Member
KellyRipley​ don't leave us! I did a quick debug and solution for this simple fix, here's the code used in the screen recording.
#app .labeled-graphic-marker__pin:after {
animation: none;
display: none;
}
- KellyRipley14 days agoCommunity Member
now THIS is service! hahaha Thanks so much Phil. Ive seen several of your videos when looking into how to overcome some limitations and challenges in Rise. GREATLY appreciated. I dont see the same line items as you in Inspect BUT am passing your video along to an internal CSS developper who should be able to work from this.