AlkantarClanX12

Your IP : 3.149.214.223


Current Path : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/button-animation/assets/js/
Upload File :
Current File : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/button-animation/assets/js/vc.js

if (window.parent.vc && window.theGemButtonAnimation) {
    window.parent.vc.events.on('shortcodeView:updated', function (event) {
        let element = event.view.el.querySelector('.'+window.theGemButtonAnimation.animateClass);
        window.theGemButtonAnimation.startAnimation(element);
    });

    window.parent.vc.events.on('app.render', function () {
        window.theGemButtonAnimation.initialize();
    });
}