What are discrete animations?

2019-04-07 09:35发布

The MDN animation documentation refers to animation type being discrete. What does this mean?

1条回答
ゆ 、 Hurt°
2楼-- · 2019-04-07 10:17

Discrete animations proceed from one keyframe to the next without any interpolation.

Think of it the way you normally would think of an animation - one image to the next. Interpolation is inbetweening - filling in space between the main images (in the case of computer graphics these are found from formulas).

In traditional hand-drawn animation, the main artist would produce the keyframes, and an assistant would draw the inbetweens.

So discrete animation is like hand-drawn animation done without the inbetweens of an assistant.

查看更多
登录 后发表回答