In app/components/home-intro.js why it can not use jquery syntax like
$('#logomaincustom')
in place of document.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>