julianshapiro / velocity

Accelerated JavaScript animation.
VelocityJS.org
MIT License
17.29k stars 1.56k forks source link

Version 1.42 still does not support IE8 #747

Closed yi-huan closed 7 years ago

yi-huan commented 7 years ago

上次反馈

I wrote an example, but JSFiddle does not support IE8, please create a new native test.

This example is the test SlideDown and SlideUp.

Run error message: SCRIPT5009: “cloned”未定义 velocity.1.4.2.js (546,6)

After I am in the No. 546 line "return cloned;" instead "return clone;" , There is no error message during the run, but not working.

After debugging: Breakpoint 2815 line

if ($.isPlainObject(propertiesMap) && !Type.isEmptyObject(propertiesMap)) { propertiesMap value seems to have a problem.

yi-huan commented 7 years ago

Thank you,1.5 is support @Rycochet