Owl-carousel animation does not work when using getImageList

Good evening. When using

[[getImageList? &tvname=`resourcealbum` &docid=`529` &tpl=`collection`]] 

animation does not work


My page
chunk

<div class="item">
                    <div class="collection-one__single">
                         <a href="[[+image]]" data-fancybox="gallery" title="[[+title]]"><img src="[[+image:PhpThumbOn=`w=267&h=361&zc=1`]]" alt="[[+title]]"></a>
                        <div class="collection-one__content">
                            <h3> <a href="[[+image]]" data-fancybox="gallery" title="[[+title]]">[[+title]]</a></h3>
                        </div><!-- /.collection-one__content -->
                    </div><!-- /.collection-one__single -->
                </div><!-- /.item -->

The template looks like this


page