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
Solution 1:
For anyone who may read this in the future, I discovered the problem: the CSS element #box needs position: relative;
as an attribute, otherwise the browser will hold the element in place by default.
Post a Comment for "Jstween Library Broken"