You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public documentation at visionmedia.github.io/move.js/ uses version 0.3.2 (open console & type move.version) and there Example 1 works as expected. However if you clone 0.4.0 and open examples/docs.html all the other examples work as expected but Example 1 does not do anything.
I did not yet found any reason why this happens. Others experiencing the same issue?
The text was updated successfully, but these errors were encountered:
I think the code of example-1 has some problems. It should be like this: move('#example-1 .box').set('margin-left', "200px").end();
don`t forget the 'px';
The public documentation at visionmedia.github.io/move.js/ uses version 0.3.2 (open console & type
move.version
) and there Example 1 works as expected. However if you clone 0.4.0 and open examples/docs.html all the other examples work as expected but Example 1 does not do anything.I did not yet found any reason why this happens. Others experiencing the same issue?
The text was updated successfully, but these errors were encountered: