Otto Tasnadi @ottotasnadi • Joined Sep 2019 • Active 4 years ago Remove Connection Are you sure you want to remove from your connections? Timeline Profile Connections Photos Forums Points Leader Badges Discussions Replies Favorites Discussions Replies Favorites Forum Replies Created Otto Tasnadi November 1, 2021 at 12:11 pm in reply to: Expression driven word-by-word animation We resolved this. Check this thread: https://creativecow.net/forums/thread/linking-array-data-to-text-animator-on-reveal-text-word-by-word/ Linking Array data to text Animator on reveal text word by word Otto Tasnadi September 28, 2021 at 10:23 am in reply to: Linking Array data to text Animator on reveal text word by word I updated it and works 😀 const string = thisComp.layer(“myarray”).text.sourceText; const arr = string.split(‘, ‘); arrTime = arr.map(x=>x/1000); for( i = 0; i< arrTime.length; i++){ if (time < arrTime[i]) break; } i Otto Tasnadi September 28, 2021 at 9:33 am in reply to: Linking Array data to text Animator on reveal text word by word Really cool, Thank you.Now I just need to figure out how can I take the array from a text layer. It am trying with const arr = thisComp.layer(“array”).text.sourceText ; or var arr = thisComp.layer(“array”).text.sourceText ; or arr = Array.from(thisComp.layer(“array”).text.sourceText; Otto Tasnadi September 28, 2021 at 8:40 am in reply to: Linking Array data to text Animator on reveal text word by word I want to reveal the text word by word at the specified time. I don’t want only one word visible at the specified time. I have a sound file and I want to show (reveal) the word when the word is pronounced in the sound file. Otto Tasnadi July 29, 2020 at 5:32 am in reply to: Animating chart data from json – from 0 to json value Thanks a lot, It works like a charm (with small customization)! Otto Tasnadi May 7, 2020 at 3:33 pm in reply to: Array of numbers from a text field distributed to other text layers Never mind, solved it! Otto Tasnadi January 28, 2020 at 2:16 pm in reply to: Remove HTML elements from json text Thanks, it works like magic 🙂 Otto Tasnadi January 28, 2020 at 1:58 pm in reply to: changing text color within a “tag” I am trying to do the same thing but with < em > and < / em> html tags instead of simply “[” I can’t find a solution to use the < / em> (without spaces) it seams the / sign is the fault. Any tips? Otto Tasnadi November 25, 2019 at 1:20 pm in reply to: Slider Value Expression Linked to Single Keyframe Thanks a lot! Otto Tasnadi November 22, 2019 at 12:47 pm in reply to: Slider Value Expression Linked to Single Keyframe Hey, I want to use the same expression but I want the numbers to be rounded. Can you give me some tips on this? thanks!