문제

zeptojs document here when I use $().animate function throw error like below:

TypeError: $(...).animate is not a function

And the version I used is the page provides.

도움이 되었습니까?

해결책

$(...).animate is in the zepto fx module. It's no longer in the base main distribution of zepto!

http://zeptojs.com/#modules

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top