Share Posted July 12, 2016 Is it possibly to remove the divs create by splittext after the animation has finished? Link to post Share on other sites
Share Posted July 12, 2016 Hello jesper.landberg You can revert() the text that you used SplitText on, and then remove that text with JS in the special onComplete callback of your tween. http://greensock.com/docs/#/HTML5/Text/SplitText/ http://greensock.com/docs/#/HTML5/GSAP/Utils/SplitText/revert/ Do you have a code example? Thanks! 4 Link to post Share on other sites