vue-parallax-js
vue-parallax-js copied to clipboard
Cannot read property 'offsetTop' of undefined
<svg class="hp-flower" aria-hidden="true" v-parallax="0.3">
<use xlink:href="@/assets/img/hp-flower.svg#hp-flower" />
</svg>
TypeError: Cannot read property 'offsetTop' of undefined
svg node doesn't have offsetTop can you wrap it in an html element?
Same issue, cannot get it to work with any elements containing an svg. So basically every component...