Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何实现场景缩放过渡动画,默认是直接放大
是说用插值表达式lerp(),但具体不知道怎么写
试出来了,只要在场景缩放倍数写表达式 lerp(layoutscale,b,x) b是你想要的缩放倍数,x是插多少帧吧(应该)
恭喜自己解决问题啦!