Dear Martin,
This issue is I am afraid, from the roksprocket's end. I don't think Animate It!, or any other similar plugin would be able to resolve the issue. We have tested some other CSS solutions as well
(an example here for smooth height change: jsfiddle.net/MBD6z/), but it's not working.
A possible solution would be to add a minimum height to the DIV, try putting this code in your style.css:
.sprocket-headlines ul{
min-height: 140px;
}
This would set the height to 140px for all the DIVs, So the height would be fixed and no jump would occur.
Please let me know if I you have some other issue.