最近在分析网站行业近况时发现,越来越多的大型公司、集团企业都开始使用补间动画,与传统网页相比,给客户沉浸式感受了动画美学。
因此,从2026年开始,我司也同样开始在网站建站中加入补间动画效果。
在使用了补间动画后,所有网站的制作周期都将会有所延长,使用补间动画的基础代码如下:
let tween = gsap.to(".flair", {
duration: 2,
x: () => nav.offsetWidth, // animate by the px width of the nav
xPercent: -100, // offset by the width of the box
rotation: 360,
ease: "none",
paused: true
});
let tween = gsap.from('.class', {
rotation: 360,
duration: 5,
ease: 'elastic',
})
更多更复杂的动画代码可查看补间动画相关资料。

苏公网安备 32041102000288号
QQ扫码添加好友
微信扫码添加好友