Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想第二种方法花费的时间更少,因为你跳过了补间计算步骤。哪种动画方式更合适/更快?
这当然是第一个。也许您的意图是好的,但从长远来看不会有回报,而且它也是微优化,被认为是不好的。它不会使代码可读,并且会减慢您的加载时间。通常计算也更快,因为您不需要更改整个屏幕。所以这真的取决于第二个版本是否使用例如动画的增量包装。