Error: Zeptojs Animate is not a function

zeptojs document here when i use the error $ (). animate function throw, as shown below:

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

And the version you are using is the page.

+4
source share
1 answer

$ (...). animate is in the zepto fx module. This is no longer in the main distribution of zepto!

http://zeptojs.com/#modules

+6
source

Source: https://habr.com/ru/post/1527416/


All Articles