I'm looking into making a 2d game in java and I've run into a problem with animation: How do I do tweening in java? Are there any libraries or maybe something I can find bindings for?
Understand that I do not want to simply move an image, I want to do morphing in a way that when making drawings for animation I can use a few keyframes to fill in the in between frames to generate the animation.