I\'m trying to change the animation between Libgdx Screens. I want to write my custom animation (fade in, fade out, etc). Can someone give me a clue? I can\'t seem to find the i
I've implemented similar methods. Thanks to Gustavo Steigert, I learned a lot from his blog here's where you could find his example with the sequence of fadeIn and fadeOut.
http://steigert.blogspot.in/2012/02/3-libgdx-tutorial-scene2d.html
You can follow through his blog completely to have a better idea of the flow of things and find the tags for the post's source code in the end of each if his posts.