강의

멘토링

커뮤니티

Inflearn Community Q&A

ryujiseon253263's profile image
ryujiseon253263

asked

The new standard for web animation, Web Animations API

Separate keyframes and options

제이쿼리 animate()와는 다른걸까요?

Written on

·

397

·

Edited

0

HTML/CSSjavascript인터랙티브-웹frontendweb-animations-api

Answer 1

0

studiomeal님의 프로필 이미지
studiomeal
Instructor

네, 메서드 이름만 같고 전혀 다른 거랍니다~
제이쿼리의 animate 메서드는 제이쿼리만의 기능으로, 자바스크립트 애니메이션 기반으로 구현되어 있고요,
우리가 공부하는 animate 메서드는 웹 표준 기술로서, CSS 애니메이션을 자바스크립트로 컨트롤 하는 메서드입니다.

ryujiseon253263's profile image
ryujiseon253263

asked

Ask a question