@Rupal_Gohel wrote:
In app/components/home-intro.js why it can not use jquery syntax like
$('#logomaincustom')
in place ofdocument.getElementById('logomaincustom')
bodymovin.loadAnimation({ container: $('#logomaincustom'), renderer: 'svg', loop: true, autoplay: true, path: 'data.json', });
In app/templates/components/home-intro.hbs <div class=“logomaincustom”> </div>
Posts: 1
Participants: 1