<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Andreas Aija | Activity</title>
	<link>https://creativecow.net/members/andreasaija/activity/</link>
	<atom:link href="https://creativecow.net/members/andreasaija/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Andreas Aija.</description>
	<lastBuildDate>Wed, 02 Sep 2026 10:55:46 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">01989a2b4302d34cb8956626d80b5a62</guid>
				<title>Andreas Aija replied to the discussion Expression for reversed typewriter effect, disappearing from beginning to end. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453308</link>
				<pubDate>Mon, 11 Dec 2023 09:12:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453308"><span class="bb-reply-lable">Reply to</span> Expression for reversed typewriter effect, disappearing from beginning to end.</a></p> <div class="bb-content-inr-wrap"><p>Wow, amazing Dan! It works perfectly fine. Thank you so much! I am forever grateful 🙂 </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f93776b2ee68a5f4ff8bda473f8cb0a</guid>
				<title>Andreas Aija replied to the discussion Expression for reversed typewriter effect, disappearing from beginning to end. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453190</link>
				<pubDate>Thu, 07 Dec 2023 14:25:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453190"><span class="bb-reply-lable">Reply to</span> Expression for reversed typewriter effect, disappearing from beginning to end.</a></p> <div class="bb-content-inr-wrap"><p>Hm, I get <b>&#8220;Error: SyntaxError: Invalid or unexpected token&#8221;</b> on row <b>&#8220;<span>t = time – inPoint;&#8221;. </span></b></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d01b09718117a33e2657ec59a41ec2e5</guid>
				<title>Andreas Aija replied to the discussion Expression for reversed typewriter effect, disappearing from beginning to end. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453101</link>
				<pubDate>Wed, 06 Dec 2023 11:39:36 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453101"><span class="bb-reply-lable">Reply to</span> Expression for reversed typewriter effect, disappearing from beginning to end.</a></p> <div class="bb-content-inr-wrap"><p>Okay, I got it working. I added this to the source text:<br /><span><br />Speed = 40<br /></span><span>StartAt = inPoint<br /></span><span>X = text.sourceText;<br /></span><span>T = time * Speed &#8211; StartAt * Speed;<br /></span><span>if (T&gt;0) X.substr(0,T)</p>
<p>And your script to the expression selector for the opacity animator:<br /></span></p>
<p>spd = 40;<br /><span>d = textTotal/spd;<br /></span><span>t = time &#8211; (outPoint &#8211; d &#8211; thisComp.frameDuration);<br /></span><span>i = t*spd;<br /></span><span>textIndex-1 &gt;= i ? 0 : 100</p>
<p>Is this&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-391301"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453101" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">20ef7f25c575efb971ffb9488c6a229c</guid>
				<title>Andreas Aija replied to the discussion Expression for reversed typewriter effect, disappearing from beginning to end. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453100</link>
				<pubDate>Wed, 06 Dec 2023 11:34:23 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453100"><span class="bb-reply-lable">Reply to</span> Expression for reversed typewriter effect, disappearing from beginning to end.</a></p> <div class="bb-content-inr-wrap"><p>Wow, that works fine to make it disappear! Thanks! Can you also help me add something that &#8220;types&#8221; the text at the inpoint in the same expression? </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">31d0db37c66e8df018bdc51bdd4a8144</guid>
				<title>Andreas Aija replied to the discussion Expression for reversed typewriter effect, disappearing from beginning to end. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453088</link>
				<pubDate>Tue, 05 Dec 2023 21:15:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/#post-2453088"><span class="bb-reply-lable">Reply to</span> Expression for reversed typewriter effect, disappearing from beginning to end.</a></p> <div class="bb-content-inr-wrap"><p>Thanks for your answer! I forgot to add why I don&#8217;t want to  use keyframes. The thing is that I am creating an essential graphic (.mogrt) and I want the speed of the animation to be the same independent of the amount of characters. </p>
<p>If I do it that way, each letter will appear very fast for long words, and slow for short words.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">56bd42971c7a961fc28e1be69f3ac426</guid>
				<title>Andreas Aija started the discussion Expression for reversed typewriter effect, disappearing from beginning to end. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/</link>
				<pubDate>Tue, 05 Dec 2023 15:04:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/">Expression for reversed typewriter effect, disappearing from beginning to end.</a></p> <div class="bb-content-inr-wrap"><p>Hi! I am trying to achieve a typewriter effect that reveals on the inpoint of the layer, and disappears close to the outpoint. I found this piece of code in another thread here on creativecow, and it&#8217;s close to what I want. But not exactly. With this script, the text disappears from the end to the beginning. I want to make it disappear from the&hellip;<span class="activity-read-more" id="activity-read-more-391262"><a href="https://creativecow.net/forums/thread/expression-for-reversed-typewriter-effect-disappearing-from-beginning-to-end/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6510a80f833f054bfcdc79292398a719</guid>
				<title>Andreas Aija became a registered member</title>
				<link>https://creativecow.net/news-feed/p/391253/</link>
				<pubDate>Tue, 05 Dec 2023 13:47:46 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		