https://github.com/pravbk100/text-highlighter
After effects text highlighter
https://github.com/pravbk100/text-highlighter
adobe after-effects aftereffects effects keyframes text-highlighter
Last synced: 8 months ago
JSON representation
After effects text highlighter
- Host: GitHub
- URL: https://github.com/pravbk100/text-highlighter
- Owner: pravbk100
- Created: 2020-10-19T12:35:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-19T12:53:39.000Z (over 5 years ago)
- Last Synced: 2025-03-04T22:42:14.356Z (over 1 year ago)
- Topics: adobe, after-effects, aftereffects, effects, keyframes, text-highlighter
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Highlighter
after effects text highlighter
Select the text layer in which you want certain word or text to be highlighted.
Launch the script.
This script will prompt you to type "Input" and "Occurances".
Type your text in "Input" which you want to highlight.
You can leave "Occurances" blank if the text you want to highlight occurs only once.
EXAMPLE : Your text layer has sentance "This can be done now or this can be done later".
and you want to highlight word "be".
"be" occurs 2 times in the sentance.
So if you want 1st occurance to be highlighted, then type "be" in "Input" and leave "Occurances" blank.
If you want 2nd occurance to be highlighted, then type "be" in "Input" and type 2 in "Occurances".
then press DoIt.
The script will create 2 color controls. These color controls will control highlight color.
It will create 2 keyframes with an expression, for these colors to animate.
Color change animation will occur before the 1st keyframe & after the 2nd keyframe.
so there will be STAY time between these two keyframes.
Duplicate these 2 keyframes n amount of times, to have color change animation repeatedly.