Open abriginets opened 7 years ago
Hi @JamesJGoodwin, sorry for the delay, are you sure it’s the culprit, because I’ve tried adding jQuery Easing Plugin on top of SUI, and jQuery’s default methods like fadeOut
work fine with it. Here’s the plugin’s GitHub repository, as their website seems to be hosting a version that’s a bit outdated. What jQuery version are you using?
@Banandrew I'm sure. After I removed jQuery Easing Plugin from the page - everything was back to normal. I'm using jQuery version of 3.2.1.
@JamesJGoodwin I was able to reproduce it. jquery.easing
works fine when SUI isn’t present, but I went through the framework’s source, and the accordion seems to be using it correctly. We’ll investigate.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
Hello. I'm currently developing some projects and I'm using bundleo of jQuery + Semantic-UI. With Semantic-UI I'm using Accordion module and when I go deep into the docs, I mentioned that there's a phrase:
Default easing
EaseInOutQuint
is good enough to use it just from the box, but I've found it quite boring and I'd like to change it with jQuery Easing plugin mentioned in docs. I've downloaded it and started using my brand new easings, but I didn't mention that all of my jQuery animations are gone(e.g..fadeIn()
,.fadeOut()
,.animate()
, etc). After I finally give an attention to missing animations it tooks two days for me to find out what exactly is wrong.The thing is that jQuery Easing plugin you mentioned out there is disabling all of the jQuery animations. There's no mention of this anywhere. My thought is that if you mention plugins like this then you must to warn your users what could be the consequences of using this plugin.
Much thanks in advance.