AOS 中的数据绑定 - 可能吗?

问题描述 投票:0回答:1
angular animation aos.js
1个回答
0
投票

可以改成下面吗

<div *ngFor="let imgSrc of images; let i = idnex" data-aos="zoom-in" data-aos-delay="{{i * 100}}">
    <img [src]="imgSrc">
</div>
© www.soinside.com 2019 - 2024. All rights reserved.