'thisAnchorMargin is an float. why doesn't this work? if i just put a numerical value in there and don't concatenate the % (e.g. top: 50%) it works. is this not a valid unit type to animate in jquery?
$('.markerContainer').stop().animate({
top: thisAnchorMargin + '%'
}, {
duration:scrollSpeedGlobal,
queue:false
});
