New API call for waypoints, use like this:
// sz = Star Zoom instance e.g. sz = $('.starzoom').data("StarZoom")
// x = x offset to display
// y = y offset to display
// scale = scale of image (1 = original size)
// animationTIme = how long in milliseconds to reach waypoint.
sz.moveToWaypoint(x, y, scale, animationTime);
Info
New API call for waypoints, use like this:
// sz = Star Zoom instance e.g. sz = $('.starzoom').data("StarZoom")
// x = x offset to display
// y = y offset to display
// scale = scale of image (1 = original size)
// animationTIme = how long in milliseconds to reach waypoint.
sz.moveToWaypoint(x, y, scale, animationTime);