Skip to content
Discussion options

You must be logged in to vote

@batata004 I think this strange behavior is happening, because the popup module will still add inline CSS for the animation-duration, despite your own !important CSS setting, which confuses the browser.
As @ko2in showed in his jsfiddle, when using the raw transition css classes, your css override for animation-duration works as expected.

To fix your issue when still using .popup, set the duration to false. This way the transition module won't create an inline style for animation-duration and will use your 3s given by your css value

If you don't want to set the duration:false setting to every of your popup components, you could try to override the default setting for the popup module by

	$…

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1521 on October 09, 2020 06:32.