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
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
First of all, thanks for making this software. I'm just trying to make more smooth appearance of the infospot container on hover. Yet I can't find it in documentations nor can't do it myself without messing up an original script. Can you guys help me achieve this? I would like contents of the infospot to show up smoothly (like from opacity 0 to opacity 1) when I hover or click on infospot. So far, I managed to do so by adding additional code in js file like:
onHoverStart: function(a) { ... g.classList.add('active'); } ...
and then write some keyframes in CSS.
but it works only on hover. eg I can't find way to do the same in opposite direction. It simply disappears because of display: none directive in the original script.
Any ideas?
thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi fellow members of this beautiful project!!
First of all, thanks for making this software. I'm just trying to make more smooth appearance of the infospot container on hover. Yet I can't find it in documentations nor can't do it myself without messing up an original script. Can you guys help me achieve this? I would like contents of the infospot to show up smoothly (like from opacity 0 to opacity 1) when I hover or click on infospot. So far, I managed to do so by adding additional code in js file like:
onHoverStart: function(a) { ... g.classList.add('active'); } ...
and then write some keyframes in CSS.
but it works only on hover. eg I can't find way to do the same in opposite direction. It simply disappears because of display: none directive in the original script.
Any ideas?
thanks!
The text was updated successfully, but these errors were encountered: