Howdy, and thanks for all the great work! I noticed when pieces are moved by another player / GM, they just sort of "teleport" across the board. I assume you're just setting the css top and left properties (or something similar). Instead, it would be nice if you animated the css change (with a nice easing function). Assuming you've got jQuery (or a similar framework) under the hood, this is a cinch. While this would result in movement in a straight line that may not actually represent the way the piece moved across the terrain, it is very eye-catching and would give observers a better feel for the action. I've got code that does this; I'd be happy to share it. I was working on my own virtual tabletop when I stumbled across Roll20 (which is far superior). Cheers!