package com.bytedance.sdk.component.adexpress.dynamic.animation.fm;

import android.animation.ObjectAnimator;
import android.view.View;
import java.util.ArrayList;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class fm extends yz {
    public fm(View view, com.bytedance.sdk.component.adexpress.dynamic.yz.fm fmVar) {
        super(view, fmVar);
    }

    @Override // com.bytedance.sdk.component.adexpress.dynamic.animation.fm.yz
    public List<ObjectAnimator> fm() {
        float fGof = this.ro.gof() / 100.0f;
        float fGqi = this.ro.gqi() / 100.0f;
        if ("reverse".equals(this.ro.irt()) && this.ro.onz() <= 0.0d) {
            fGqi = fGof;
            fGof = fGqi;
        }
        this.f6463lb.setAlpha(fGof);
        ObjectAnimator duration = ObjectAnimator.ofFloat(this.f6463lb, "alpha", fGof, fGqi).setDuration((int) (this.ro.vt() * 1000.0d));
        ArrayList arrayList = new ArrayList();
        arrayList.add(fm(duration));
        return arrayList;
    }
}
