So I’m in the process of creating a text slider, for headlines. I would like the currently displayed text to side out, at the same time that the new text is sliding in. Is there a way that I can use jQuerys .slideToggle() or .slide() concurrently to be able to do what I want?
So I’m in the process of creating a text slider, for headlines. I would
Share
Call the slideToggle function on both objects one after the other. The transition will happen concurrently.