# Shifty - 빠른 JavaScript 애니메이션 엔진

> Clean Markdown view of GeekNews topic #5711. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5711](https://news.hada.io/topic?id=5711)
- GeekNews Markdown: [https://news.hada.io/topic/5711.md](https://news.hada.io/topic/5711.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-01-08T10:53:42+09:00
- Updated: 2022-01-08T10:53:42+09:00
- Original source: [github.com](https://github.com/jeremyckahn/shifty)
- Points: 7
- Comments: 2

## Topic Body

- CPU를 적게 사용하도록 최적화된 Tweening 엔진

ㅤ→ 각 Tween 별 재생 제어

ㅤ→ 5.6kb 의 작은 파일 사이즈 (GreenSock 37.9kb, AnimeJS 11.8kb)

- API를 통해 유연하게 확장 가능

- Renderer-agnostic

- Promise 지원

## Comments



### Comment 8326

- Author: alstjr7375
- Created: 2022-01-08T12:51:54+09:00
- Points: 1

- Motion One - 작지만 고성능 웹 애니메이션 라이브러리 https://news.hada.io/topic?id=5065

도 생각이 나네요

### Comment 8325

- Author: xguru
- Created: 2022-01-08T10:53:46+09:00
- Points: 2

웹에서 가장 빠른 애니메이션 엔진이라고 강조를 하네요.

Greensock 수준의 CPU 사용량을 보이지만, 메모리 성능은 더 좋고, 파일도 훨씬 작다고

- GSAP - GreenSock Animation Platform https://news.hada.io/topic?id=2086
