You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let morp = $('.js-rotating').Morphext();
let dataMorp = morp.data("plugin_Morphext");
console.log(dataMorp);
`
i'm try to override it but when it check the animation has't changed
By the way i want to use it in the selector '.js-rotating' that will trigger when event handler is mousehover. So the next is using this dataMorp.start() function that why i not set the animation on this line $('.js-rotating').Morphext() this is just for check current animation;
The text was updated successfully, but these errors were encountered:
`$.fn.Morphext.defaults = {
animation: "fadeInLeft"
};
let morp = $('.js-rotating').Morphext();
let dataMorp = morp.data("plugin_Morphext");
console.log(dataMorp);
`
i'm try to override it but when it check the animation has't changed
By the way i want to use it in the selector '.js-rotating' that will trigger when event handler is mousehover. So the next is using this dataMorp.start() function that why i not set the animation on this line $('.js-rotating').Morphext() this is just for check current animation;
The text was updated successfully, but these errors were encountered: