Forum Discussion
MartinTilke-e92
2 months agoCommunity Member
labeled graphic marker
Hi there, Is it possible to remove the animation from the labeled graphic markers? Best regards Martin
PhilFoss
2 months agoCommunity Member
Martin, this css will stop the marker animation. I've noticed that if you have a large amount of markers, the animation can monopolize the user's CPU as its constantly calculating the pulse animation.
button .labeled-graphic-marker__pin::after {
animation:none;
display:none
}
I did a deep dive into restyling the markers with a css theme component in this video: https://www.youtube.com/watch?v=hzXuspRtHrQ