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
I am getting error with VueJS project. I have bought Canvas html templates and got animsition as used plugin there. When I see demo, that works fine, but when implement with VueJS I am getting following error
Animsition: Element does not exist on page.
Animsition: Does not support this browser.
Following code gives the result
var support = __.supportCheck.call(this, options);
if(!support && options.browser.length > 0){
if(!support || !this.length){
// If do not have a console object to object window
if (!('console' in window)) {
window.console = {};
window.console.log = function(str){ return str; };
}
if(!this.length) console.log('Animsition: Element does not exist on page.');
if(!support) console.log('Animsition: Does not support this browser.');
return __.destroy.call(this);
}
}
Is there any solution for this? I have to prepare a project within short time to show demo. Please help
The text was updated successfully, but these errors were encountered:
I am getting error with VueJS project. I have bought Canvas html templates and got animsition as used plugin there. When I see demo, that works fine, but when implement with VueJS I am getting following error
Following code gives the result
Is there any solution for this? I have to prepare a project within short time to show demo. Please help
The text was updated successfully, but these errors were encountered: