redecoratedBranchWithStarBall5Light.animate();
System.out.println("\nanimate 1: "
+ redecoratedBranchWithStarBall5Light.getDecorations());
// Animate the second time
redecoratedBranchWithStarBall5Light.animate();
System.out.println("\nanimate 2: "
+ redecoratedBranchWithStarBall5Light.getDecorations());
// Animate the second time
redecoratedBranchWithStarBall5Light.animate();