I have an amp-list
with items inside that have some amp-fx
animation. The problem is that the animation wont play until I scroll the page.
<amp-list
layout="fixed-height"
height="600"
items="Items"
src="https://www.api.telexiran.com/application/GetVideoHomePage">
<template type="amp-mustache" >
<a class="videoItem"
href = "https://www.api.telexiran.com/{{Link}}">
<div class="videoImage">
<amp-img tabindex="0" height="216" width="384"
layout="responsive" amp-fx="fade-in"
data-margin-start="0%"
src="{{FullImage}}">
</amp-img>
</a>
</template>
</amp-list>