Search the Community
Showing results for tags 'scramble text'.
-
Hello all, i'm new to gsap, i'm trying to adapt the scramble text plugin to make it as similar as possible to the one in the video i linked, only i noticed some limitations like putting the text on multiple lines and showing the finished words at the same time. Can anyone help me or recommend some other plugin? Thanks scramble.mp4
- 5 replies
-
- 1
-
-
- scramble
- scramble text
-
(and 2 more)
Tagged with:
-
Hi guys, I am working through a project that uses ScrambleText on hover. I cannot figure out how to simply scramble the EXISTING contents of a div. Everything I have found so far shows how to REPLACE "text". Is it possible to only scramble the contents of a div? Thank you.
-
I have a question on the SplitText and ScrambleText plugins, which were briefly covered in Carl's (awesome) course last week. Is it possible to randomize the order of the animating type? For example, if I am using SplitText to spell "ANIMATE" character-by-character, is there a way to not have it animate 'A' then 'N' then 'I' etc?
-
It is possible to use a variable for the scramble text plugin? For example, the text I am going to use will be a number that will vary in different situations. TweenLite.to(yourTextField, 1, {scrambleText:"THIS IS NEW TEXT"});