The effect of the sliding text?
There is a div in which when the button is pressed changing the contents
When the button is pressed:
$(".content").fadeOut(0);
$(".content").html(some_text)
And then you need to do some animation on $(".content") to new content (text) as if left to the left
2 answers
Find more questions by tags CSS