JSTween library broken
问题 The JSTween library doesn't seem to perform a simple animation pulled from the library's tutorial. Using the following code, the alert box will show up after the allotted 1 second duration, but no animation will take place. I must have set up the library wrong somehow, but I can't see the problem. <html> <head> <style type="text/css"> #box { width: 16px; height: 16px; } </style> <script type="text/javascript" src="jquery-1.10.1.js"></script> <script type="text/javascript" src="jstween-1.1.js"