Subject | English | Korean |
comp., MS | animation interpolation | 애니메이션 보간 (A kind of interpolation that animates the property values between successive key times) |
comp., MS | discrete interpolation | 불연속 보간 (One of three methods used to describe how an animation transitions between values over its duration. This method produces a jump from one value to the next, without generating in-between values) |
comp., MS | ease-in interpolation | 느린 시작 후 가속 보간 (A kind of animation interpolation that modifies how the property value changes as time approaches the keyframe. A value of 100% would make the property change slow down as time approached the keyframe) |
comp., MS | ease-out interpolation | 빠른 시작 후 감속 보간 (A kind of animation interpolation that modifies how the property value changes as time moves away from the keyframe. A value of 100% would make the property change start slowly as time left the keyframe) |
comp., MS | linear interpolation | 선형 보간 (One of three methods used to describe how an animation transitions between values over its duration. This method produces a constant rate of change) |
comp., MS | splined interpolation | 스플라인 보간 (One of three methods used to describe how an animation transitions between values over its duration. This method uses a Bezier curve to describe how the animation transitions between key frames. The Bezier curve starts at zero, which corresponds to the current key frame value, and ends at one (the next key frame's value). By altering the curve's two control points, you alter the animation's progress curve) |