how to resolve an easing conflict between UI and plugin
I have a web page which uses both the accordion UI and a plug in menu from apycom.com which has a nice sliding menu effect. This effect depends on an easing call defining 'easin, easinout, easeout, etc.
However unless I comment out this call I get an error when I select one of the tabs on the accordion UI. So at the moment I can't use both simultaneously.
the error is (from jquery.min.js):
'c.easing[this.options.specialEasing && this.options.specialEasing[this.prop] || a] is not a function'
I'd like to tell you that I understand the problem more than this, but I don't and clearly this could be a major investigation with no guarantee that it is resolvable.
So if you have any experience with 'easing' or the apycom product or both, I'd be interested in knowing if this is resolvable. If you have dealt with this issue or something similar I'd appreciate any pointers you have on resolving it or where to start.
Thanks.
David