Hello,
When i set ‘enableAnimations’ to true i am getting the following error:
Cannot read property ‘easeInOutSine’ of undefined
at b.(anonymous function)._runAnimation (../main.js:777:154566)
at b.(anonymous function)._startAnimation (../main.js:777:153729)
at b.(anonymous function)._render (../main.js:777:17383)
at b.(anonymous function)._internalRefresh (../main.js:777:4737)
at b.(anonymous function).refresh (../main.js:777:7792)
at b.(anonymous function).propertyChangedHandler (../main.js:777:4311)
at Object.push../jqwidgets-framework/jqwidgets/jqxcore.js.a.jqx.setvalueraiseevent (jqxcore.js:14)
at Object.push../jqwidgets-framework/jqwidgets/jqxcore.js.a.jqx.set (jqxcore.js:14)
at Object.push../jqwidgets-framework/jqwidgets/jqxcore.js.a.jqx.jqxWidgetProxy (jqxcore.js:14)
at HTMLDivElement.<anonymous> (jqxcore.js:14)
I am using angular 6.0.4 and jqwidgets 5.7.2. I hope someone can help me out with this problem?