-
-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Add transition effects when the mask moving #304
Comments
@BrianSipple any thoughts on this? |
Thank you for the suggestion, @elselin. I'd be curious to experiment with a few style settings to see how this might work. The mask opening "moves" by recalculating some of its SVG coordinates, so CSS might be able to achieve something there. Another question is whether or not this would be a configuration -- part of the API -- or something we add a few examples for in the documentation. |
@BrianSipple Some example might be cool, for further flexible CSS control. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@elselin did you ever find an example of this? |
Hi! I think he meant like this behaviour https://introjs.com/. That would be nice to add this transition |
@AliKholmatov would you like to implement this? |
I love shepherd and thanks for it. Suggest it will be nice if can have some transition effects when the mask moving... on this rectangle.
something like this, or configurable
#shepherdModalMaskOpening{
transition: all .3s ease;
}
The text was updated successfully, but these errors were encountered: