v3.2.7.25_release_20210513
主要修改内容:
(1)字间距动画加强异常保护;
(2)当模糊度没有关键帧时,使用缩放来提高性能;当模糊度有关键帧时,按照AE效果还原,主要用于转场;
(3)替换掉motiontile放大屏蔽黑边的方法;
(4)当bulge的长轴短轴存在0时,不绘制bulge;
(5)iOS PAGView stop之后play,恢复进度的时候考虑repeatCount
(6)修复iOS的PAGView在使用AutoLayout的时候宽高延后更新导致首帧没画面
(7)修正边角定位的效果
Main revisions:
(1)Word spacing animation strengthens exception protection;
(2) When the blur does not have a keyframe, use zoom to improve performance; when the blur has a keyframe, restore it according to the AE effect, mainly used for transitions;
(3) Replace the method of magnifying and shielding black edges with motiontile;
(4)When the long axis and short axis of the bulge are 0, the bulge will not be drawn;
(5)Consider repeatCount when playing after iOS PAGView stops and restoring the progress
(6)Fix the delayed update of the width and height of iOS PAGView when using AutoLayout, resulting in no images in the first frame
(7)Correct the effect of corner positioning