<?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 | Julian Chojnacki | Activity</title>
	<link>https://creativecow.net/members/julianchojnacki/activity/</link>
	<atom:link href="https://creativecow.net/members/julianchojnacki/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Julian Chojnacki.</description>
	<lastBuildDate>Wed, 20 May 2026 13:48:04 +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">9118082aa7c5ac2a025269ba81ccf07b</guid>
				<title>Julian Chojnacki changed their photo</title>
				<link>https://creativecow.net/news-feed/p/407116/</link>
				<pubDate>Thu, 13 Feb 2025 15:17:29 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">78a21c4ddf8a34d59fd00f5196d555cc</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/page/2/#post-2461543</link>
				<pubDate>Tue, 16 Jul 2024 17:52:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/page/2/#post-2461543"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>Easy! Np &#x1f44a;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ba002dc31ce11d091bc8093362b39eb5</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/page/2/#post-2461539</link>
				<pubDate>Tue, 16 Jul 2024 17:33:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/page/2/#post-2461539"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>Would the Minimax effect work for your setup instead of using the space-replacement char?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d7f2193a02eed458a4400f22fd07a35b</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/page/2/#post-2461530</link>
				<pubDate>Tue, 16 Jul 2024 16:41:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/page/2/#post-2461530"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>No probs &#8211; happy it works 🙂</p>
<p>Sure, what&#8217;s next?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1b0c14d2686e2528cc55f049e5f142ee</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461514</link>
				<pubDate>Tue, 16 Jul 2024 12:19:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/page/2/#post-2461514"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>Sorry Ben! Looking back at your screenshot I realized that I misunderstood your initial request. My code would only work for single words wrapped in asterisks, not multiple words in a row.</p>
<p>Try this (based on characters):</p>
<pre><p>const L = thisComp.layer("Master_Text");</p><p>const txt = L.text.sourceText.value.replace(/n|r|u0003/g, "");</p><p>const wrapChars = "**";&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-399585"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461514" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5fbceab8b07d1945abd25b8136b88f99</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461512</link>
				<pubDate>Tue, 16 Jul 2024 10:21:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461512"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>Ahh, I see you got some spaces in between the parentheses of the regex. Getting rid of them should fix it!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9d62af50de88ff7844c79886e893418</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461508</link>
				<pubDate>Tue, 16 Jul 2024 09:31:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461508"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>Shouldn&#8217;t be &#8211; can you send over a screenshot of your setup/project file?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8621ac3d29fc901495c6a822392b99a8</guid>
				<title>Julian Chojnacki changed their photo</title>
				<link>https://creativecow.net/news-feed/p/399554/</link>
				<pubDate>Mon, 15 Jul 2024 23:59:01 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1811e3c4627e8c4ef5b791d58cf79ffa</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461495</link>
				<pubDate>Mon, 15 Jul 2024 21:34:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461495"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>Just noticed that the formatting messed up the regex. You&#8217;ll need to add a backtick ` after the opening parenthesis and before the ending parenthesis (marked by X):</p>
<pre>const regex = new RegExp(X^${escapedWrapChars}([^${escapedWrapChars}]*)${escapedWrapChars}$X);<br /></pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69eb6ba0b653282b5c36077dd52848be</guid>
				<title>Julian Chojnacki replied to the discussion Highlight Text by ** Symbols in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461493</link>
				<pubDate>Mon, 15 Jul 2024 21:16:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461493"><span class="bb-reply-lable">Reply to</span> Highlight Text by ** Symbols</a></p> <div class="bb-content-inr-wrap"><p>Hi Ben,</p>
<p>try the following on your expression selector, but based on words (which is more efficient than looping over each char):</p>
<pre><p>const wrapChars = "**"; // Insert your desired wrap character(s)</p><p>const L = thisComp.layer("Master_Text");</p><p>const controlText = L.text.sourceText.value;</p><p>const currentWord = controlText.split(/s+/)[textIndex - 1];</p><p>const&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-399549"><a href="https://creativecow.net/forums/thread/highlight-text-by-symbols/#post-2461493" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ba807db1c3837914091263717af5bc01</guid>
				<title>Julian Chojnacki replied to the discussion Detect Shape Layer Path in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/detect-shape-layer-path/#post-2461325</link>
				<pubDate>Wed, 10 Jul 2024 14:43:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/detect-shape-layer-path/#post-2461325"><span class="bb-reply-lable">Reply to</span> Detect Shape Layer Path</a></p> <div class="bb-content-inr-wrap"><p>Hi Michael,</p>
<p>you can check if a layer is a shape layer like this:</p>
<pre><p>isShapeLayer = thisLayer.content instanceof Group;</p><p>isShapeLayer; // Returns 1/true or 0/false</p></pre>
<p>Regarding the path detection: do you explicitly need to check for Bezier Paths, or would it be enough to check for any existing content (groups, primitives, paths)?</p>
<p>The latter could look like&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-399361"><a href="https://creativecow.net/forums/thread/detect-shape-layer-path/#post-2461325" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c49bb34c96b6d8b05718a9c511fe78be</guid>
				<title>Julian Chojnacki replied to the discussion Define width&#38;height of a single word from a text line in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/define-widthheight-of-a-single-word-from-a-text-line/#post-2460955</link>
				<pubDate>Mon, 01 Jul 2024 12:57:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/define-widthheight-of-a-single-word-from-a-text-line/#post-2460955"><span class="bb-reply-lable">Reply to</span> Define width&amp;height of a single word from a text line</a></p> <div class="bb-content-inr-wrap"><p>Hi Filip, any updates on the final v2 of subSourceRect? 🙂 I&#8217;ve noticed that fractions don&#8217;t work reliably for all framerates depending on the granularity of the setup (your single-layer textboxes for example seem to only work for framerates &lt; 40), and all my efforts to find a robust solution weren&#8217;t successful. If you found a way to make the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-399018"><a href="https://creativecow.net/forums/thread/define-widthheight-of-a-single-word-from-a-text-line/#post-2460955" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6652720d9a2204b231a38316c54d30dc</guid>
				<title>Julian Chojnacki replied to the discussion Auto horizontally center lines of dynamic text boxes in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-horizontally-center-lines-of-dynamic-text-boxes/#post-2457808</link>
				<pubDate>Sun, 07 Apr 2024 15:52:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-horizontally-center-lines-of-dynamic-text-boxes/#post-2457808"><span class="bb-reply-lable">Reply to</span> Auto horizontally center lines of dynamic text boxes</a></p> <div class="bb-content-inr-wrap"><p>Hi John, <span>try this:</span></p>
<p>1. Create a Null with 2 sliders called Total Width &amp; Spacing, and apply the following expression to the Total Width slider:</p>
<pre><p>const spacing = effect("Spacing")("Slider").value;</p><p>let totalWidth = 0;</p><p>let rectTime = time;</p><p>if (thisLayer.marker.numKeys) {</p><p>	rectTime = thisLayer.marker.key(1).time;</p><p>}</p><p>for (let i = 1; i &lt;= thisComp.numLayers; i++)&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-396203"><a href="https://creativecow.net/forums/thread/auto-horizontally-center-lines-of-dynamic-text-boxes/#post-2457808" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">edd71fed1a41bf5e7a65cc6e74a6ee81</guid>
				<title>Julian Chojnacki replied to the discussion kinetic typography with radial wave movement in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/kinetic-typography-with-radial-wave-movement/#post-2457714</link>
				<pubDate>Thu, 04 Apr 2024 12:49:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/kinetic-typography-with-radial-wave-movement/#post-2457714"><span class="bb-reply-lable">Reply to</span> kinetic typography with radial wave movement</a></p> <div class="bb-content-inr-wrap"><p>If you only need a fixed layout like a grid, a one-layer solution would definitely render much faster</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9a0fdb2933392ac4f0e37dd02168412a</guid>
				<title>Julian Chojnacki replied to the discussion kinetic typography with radial wave movement in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/kinetic-typography-with-radial-wave-movement/#post-2457711</link>
				<pubDate>Thu, 04 Apr 2024 12:21:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/kinetic-typography-with-radial-wave-movement/#post-2457711"><span class="bb-reply-lable">Reply to</span> kinetic typography with radial wave movement</a></p> <div class="bb-content-inr-wrap"><p>Sure, is a second (invisible) text layer for the calculations ok?</p>
<p>The radius is a great addition btw, I totally forgot about that! <br /><span>You could even go fancy and apply separate radii to dx &amp; dy directly in the center variable.</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c984eba861db9ccd495a5c41c9b82afb</guid>
				<title>Julian Chojnacki replied to the discussion kinetic typography with radial wave movement in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/kinetic-typography-with-radial-wave-movement/#post-2457704</link>
				<pubDate>Thu, 04 Apr 2024 03:26:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/kinetic-typography-with-radial-wave-movement/#post-2457704"><span class="bb-reply-lable">Reply to</span> kinetic typography with radial wave movement</a></p> <div class="bb-content-inr-wrap"><p>Hi Oleg,</p>
<p>add 2 sliders to your layer called Anim and Delay and try the following code on an expression selector either based on characters or words:</p>
<pre><p>const ti = textIndex - 1;</p><p>const { basedOn } = thisProperty.propertyGroup(1);</p><p>const anim = effect("Anim")("Slider");</p><p>const delay = effect("Delay")("Slider").value;</p><p>const lines =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-396080"><a href="https://creativecow.net/forums/thread/kinetic-typography-with-radial-wave-movement/#post-2457704" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b1435e26ccf53e19e545efac8c6330a4</guid>
				<title>Julian Chojnacki replied to the discussion Paragraph Alignment Detection in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2457459</link>
				<pubDate>Thu, 28 Mar 2024 09:40:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/paragraph-alignment-detection/page/2/#post-2457459"><span class="bb-reply-lable">Reply to</span> Paragraph Alignment Detection</a></p> <div class="bb-content-inr-wrap"><p>Amazing, thank you Filip &#x1f64f;</p>
<p>The only limitation I found so far is when using single-char strings, since tracking requires at least 2 characters to be effective. <span>But I can&#8217;t think of a scenario where detecting the alignment of a single char would be necessary 😀 </span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c000864dc2442858ab2963903600df95</guid>
				<title>Julian Chojnacki replied to the discussion For loop to count layers not behaving as it should in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/for-loop-to-count-layers-not-behaving-as-it-should/#post-2457149</link>
				<pubDate>Tue, 19 Mar 2024 13:27:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/for-loop-to-count-layers-not-behaving-as-it-should/#post-2457149"><span class="bb-reply-lable">Reply to</span> For loop to count layers not behaving as it should</a></p> <div class="bb-content-inr-wrap"><p><span>Hi! Y</span><span>ou&#8217;re almost there, but instead of adding the layer index i to result, you should add 1 each time you find a layer named &#8220;Depth&#8221;. </span><span>Also, remove the break statement to ensure the loop continues to check all layers even if your condition is met.</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e02e4a209a7c062d9f19caaf034a46bc</guid>
				<title>Julian Chojnacki replied to the discussion Paragraph Alignment Detection in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2457148</link>
				<pubDate>Tue, 19 Mar 2024 11:14:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2457148"><span class="bb-reply-lable">Reply to</span> Paragraph Alignment Detection</a></p> <div class="bb-content-inr-wrap"><p>Yeah for sure &#8211; it works great! 🙂 You truly thought outside the box there haha</p>
<p>Could you shed some light on the mechanics of this approach? Curious what&#8217;s going on under the hood.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a6799a2c544f5c509ca5b37ac6617c23</guid>
				<title>Julian Chojnacki replied to the discussion Paragraph Alignment Detection in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2457078</link>
				<pubDate>Sun, 17 Mar 2024 16:57:59 +0000</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">f3f0b20e60749325c2191a2e9453931b</guid>
				<title>Julian Chojnacki replied to the discussion Paragraph Alignment Detection in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2457076</link>
				<pubDate>Sun, 17 Mar 2024 16:07:44 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2457076"><span class="bb-reply-lable">Reply to</span> Paragraph Alignment Detection</a></p> <div class="bb-content-inr-wrap"><p>Hi Filip,</p>
<p>do you have any suggestions on how to detect the paragraph alignment of a box text? </p>
<p>After running some tests this is the closest I got:</p>
<pre><p>const t = sourceRectAtTime(time, false); </p><p>const b = sourceRectAtTime(time, true);</p><p>const tc = t.left + t.width / 2;</p><p>const bc = b.left + b.width / 2;</p><p>const thr = t.width * 0.01;</p><p>let al;</p><p>if (Math.abs(tc - bc) &lt;=&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-395396"><a href="https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2457076" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">457917963b508b1d1bc2630c946b8c91</guid>
				<title>Julian Chojnacki replied to the discussion Maintain logo position in resizing shape layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/maintain-logo-position-in-resizing-shape-layer/#post-2450874</link>
				<pubDate>Fri, 06 Oct 2023 13:30:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/maintain-logo-position-in-resizing-shape-layer/#post-2450874"><span class="bb-reply-lable">Reply to</span> Maintain logo position in resizing shape layer</a></p> <div class="bb-content-inr-wrap"><p>Hi Justin,</p>
<p>you could either attach the logo&#8217;s position to the left edge of the box or to the right edge of your text with some margin. The exact code depends on your setup.</p>
<p>Here are some examples:</p>
<pre><p>// Right edge of the text</p><p>// Logo parented to your text layer<br /></p><p>const { left, width, top, height } = parent.sourceRectAtTime(); </p><p>const margin = 50;</p><p>[left + width&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-389358"><a href="https://creativecow.net/forums/thread/maintain-logo-position-in-resizing-shape-layer/#post-2450874" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88e4c30b9c171a2b59642b9ecfb82602</guid>
				<title>Julian Chojnacki replied to the discussion Source Text Expression - Caching Slow in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/source-text-expression-caching-slow/#post-2450762</link>
				<pubDate>Wed, 04 Oct 2023 15:56:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/source-text-expression-caching-slow/#post-2450762"><span class="bb-reply-lable">Reply to</span> Source Text Expression - Caching Slow</a></p> <div class="bb-content-inr-wrap"><p>Hi Gary,</p>
<p>try using posterizeTime(0); on top of your code to ensure it only gets calculated once rather than for every frame. </p>
<p>Another way to help speed up playback would be converting your footage into ProRes as AE struggles with .mp4 files</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">82d657cac61ae20308ac2dfd3bb8b061</guid>
				<title>Julian Chojnacki replied to the discussion Change slider value ratio to percentage in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-slider-value-ratio-to-percentage/#post-2450760</link>
				<pubDate>Wed, 04 Oct 2023 15:42:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-slider-value-ratio-to-percentage/#post-2450760"><span class="bb-reply-lable">Reply to</span> Change slider value ratio to percentage</a></p> <div class="bb-content-inr-wrap"><p><span>Sure, here&#8217;s a breakdown:<br /></span></p>
<ol>
<li><span>The first line takes your text value and splits it into an array of words based on the empty space &#8221; &#8221; between them.</span></li>
<li><span>The second line converts the slider value from a 0 &#8211; 100 range into the word index based on the length of our word array. Since arrays are 0-based, we subtract 1 from it so we start counting from the first&hellip;</span></li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-389254"><a href="https://creativecow.net/forums/thread/change-slider-value-ratio-to-percentage/#post-2450760" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8bcc32684401f27c22b0cfd40cd16ca</guid>
				<title>Julian Chojnacki replied to the discussion Change slider value ratio to percentage in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-slider-value-ratio-to-percentage/#post-2450721</link>
				<pubDate>Wed, 04 Oct 2023 03:28:09 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-slider-value-ratio-to-percentage/#post-2450721"><span class="bb-reply-lable">Reply to</span> Change slider value ratio to percentage</a></p> <div class="bb-content-inr-wrap"><p>Hi Ludovic,</p>
<p>you can do it like this:</p>
<pre><p>const t = value.split(" ");</p><p>const i = Math.floor(effect("Word")("Slider").value * (t.length - 1) / 100);</p><p>t[i];</p></pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">64038a55a9aefd564622651556bcc4a6</guid>
				<title>Julian Chojnacki started the discussion Problem with toCompVec() inside the expression selector in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/problem-with-tocompvec-inside-the-expression-selector/</link>
				<pubDate>Sat, 30 Sep 2023 13:46:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/problem-with-tocompvec-inside-the-expression-selector/">Problem with toCompVec() inside the expression selector</a></p> <div class="bb-content-inr-wrap"><p>Hey folks,</p>
<p class="">I&#8217;ve been messin&#8217; around with toCompVec() inside an expression selector to hide words that don&#8217;t face the camera and had some decent success with it. <span class="">I&#8217;ve attached some examples of what I managed to achieve.</span></p>
<p>The way I made this work is by virtually re-calculating the text animator setup inside the opacity expression selector to give each&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-389083"><a href="https://creativecow.net/forums/thread/problem-with-tocompvec-inside-the-expression-selector/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7e2f26b05a3f1490c3151e5e14e27bf</guid>
				<title>Julian Chojnacki started the discussion Converting Linear Wipe to layer space in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/converting-linear-wipe-to-layer-space/</link>
				<pubDate>Wed, 13 Sep 2023 13:34:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/converting-linear-wipe-to-layer-space/">Converting Linear Wipe to layer space</a></p> <div class="bb-content-inr-wrap"><p>Hey folks!</p>
<p><span>Just wanted to share an expression that converts the Linear Wipe&#8217;s Transition Completion percentages to layer space for continuously rasterized layers like shapes &amp; text.</span></p>
<p><span>Transition Completion:</span></p>
<pre>const { left: l, width: w, top: t, height: h } = sourceRectAtTime();

const rectToPercent = (x, y) =&gt; [toComp([x, y])[0] / width * 100, toComp([x,&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-388430"><a href="https://creativecow.net/forums/thread/converting-linear-wipe-to-layer-space/" rel="nofollow"> Read more</a></span></p>
<div class="bb-link-preview-container"><div class="bb-link-preview-info"><p class="bb-link-preview-link-name">we.tl</p><p class="bb-link-preview-title"><a href="https://we.tl/t-8Dk6Vd1ASO" target="_blank" rel="nofollow">Advanced Linear Wipe.ffx</a></p><div class="bb-link-preview-excerpt"><p>1 file sent via WeTransfer, the simplest way to send your files around the world</p></div></div></div></div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">037fa066c3fddac23a6c634ac263ff76</guid>
				<title>Julian Chojnacki updated their profile</title>
				<link>https://creativecow.net/news-feed/p/388428/</link>
				<pubDate>Wed, 13 Sep 2023 12:37:17 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fc93f0a21b2cea168f549a6e6efa81e0</guid>
				<title>Julian Chojnacki changed their photo</title>
				<link>https://creativecow.net/news-feed/p/387542/</link>
				<pubDate>Thu, 17 Aug 2023 14:38:14 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4f7052c68d7474db1d1a7724d4d5e835</guid>
				<title>Julian Chojnacki changed their photo</title>
				<link>https://creativecow.net/news-feed/p/386385/</link>
				<pubDate>Wed, 19 Jul 2023 14:04:38 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0d48a9b49c5f73d17926e0788a895011</guid>
				<title>Julian Chojnacki changed their photo</title>
				<link>https://creativecow.net/news-feed/p/386384/</link>
				<pubDate>Wed, 19 Jul 2023 14:04:24 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">54e7e43d497dd6e602a539b71390815d</guid>
				<title>Julian Chojnacki replied to the discussion Auto-scale text lines to same width on 1 layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2447149</link>
				<pubDate>Wed, 05 Jul 2023 20:32:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2447149"><span class="bb-reply-lable">Reply to</span> Auto-scale text lines to same width on 1 layer</a></p> <div class="bb-content-inr-wrap"><p>Update: just found out that enabling motion blur or using the posterize time effect with a framerate other than the comps&#8217; (could be 30.1 in a 30fps comp), fully eradicates glitched frames!</p>
<p>Of course, there&#8217;s a little performance drop &#8211; a bit more for posterizeTime than MB which surprised me, but a working fix regardless. Case solved!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a740e0c497648957050277d037dbcc3</guid>
				<title>Julian Chojnacki replied to the discussion Auto-scale text lines to same width on 1 layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2447126</link>
				<pubDate>Wed, 05 Jul 2023 11:20:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2447126"><span class="bb-reply-lable">Reply to</span> Auto-scale text lines to same width on 1 layer</a></p> <div class="bb-content-inr-wrap"><p>Bummer, but hey it works! Thanks anyway Filip &#x1f642;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3cc3588bb67d74e164be79611ebf5bd3</guid>
				<title>Julian Chojnacki replied to the discussion Auto-scale text lines to same width on 1 layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2446935</link>
				<pubDate>Fri, 30 Jun 2023 18:04:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2446935"><span class="bb-reply-lable">Reply to</span> Auto-scale text lines to same width on 1 layer</a></p> <div class="bb-content-inr-wrap"><p>Update: I just noticed that scrubbing through the timeline a bit before previewing prevents any glitches from happening! How&#8217;d I miss this&#8230; but there are still some bugged-out frames when using text animators. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d91fc8a39433cafc63c955ef3dbea1d4</guid>
				<title>Julian Chojnacki replied to the discussion Auto-scale text lines to same width on 1 layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2446885</link>
				<pubDate>Fri, 30 Jun 2023 11:37:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2446885"><span class="bb-reply-lable">Reply to</span> Auto-scale text lines to same width on 1 layer</a></p> <div class="bb-content-inr-wrap"><p>Thanks for the suggestion, Filip!</p>
<p>I tested the text layer method and it didn&#8217;t change much initially. </p>
<p>Only when I ditched the line isolating range selector for an expression selector, it stabilized a bit. (wonder why)</p>
<p>I noticed that now, glitching seems to mostly occur when hitting play at 0. </p>
<p>Switching from full res to half res and vice versa, or&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-385469"><a href="https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/#post-2446885" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d8c048200cecebaccec6995c2fec1a8</guid>
				<title>Julian Chojnacki started the discussion Auto-scale text lines to same width on 1 layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/</link>
				<pubDate>Fri, 23 Jun 2023 17:10:32 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/">Auto-scale text lines to same width on 1 layer</a></p> <div class="bb-content-inr-wrap"><p><span>Hey champs!</span></p>
<p>I&#8217;ve been working on this expression selector thingy that auto-scales every text line to the same width and got it to function decently. However, AE is acting up and refuses to render it consistently.</p>
<p><span>Below I&#8217;ve attached a video (&amp; project file) showing the problem and a weird little hack I found by accident that fixes the glitching&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-385266"><a href="https://creativecow.net/forums/thread/auto-scale-text-lines-to-same-width-on-1-layer/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95a6d551905d75dc4493f0537c8b2117</guid>
				<title>Julian Chojnacki replied to the discussion Paragraph Alignment Detection in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2442976</link>
				<pubDate>Mon, 27 Mar 2023 23:21:47 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/paragraph-alignment-detection/#post-2442976"><span class="bb-reply-lable">Reply to</span> Paragraph Alignment Detection</a></p> <div class="bb-content-inr-wrap"><p>Filip, your code works brilliantly! Thanks for sharing &#x1f919;</p>
<p class="">I tried to generalize my code for all cases and ended up comparing a single characters rect positions in negative time with the positions of positive time source text value&#8230; but your technique is so much more straight forward&#8230;</p>
<p class=""><span>Would you mind explaining your thought process behind it? </span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a9fe259ad984be7f808a9b44ada1dd1d</guid>
				<title>Julian Chojnacki started the discussion Paragraph Alignment Detection in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/paragraph-alignment-detection/</link>
				<pubDate>Mon, 27 Mar 2023 17:36:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/paragraph-alignment-detection/">Paragraph Alignment Detection</a></p> <div class="bb-content-inr-wrap"><p>Hey folks, </p>
<p>what are your workflows for detecting a text layer&#8217;s paragraph alignment, since you can&#8217;t directly access it via expressions? </p>
<p>I found a solution to my case yesterday, which might be a little specific, but I thought I&#8217;d share it anyway.</p>
<p>My setup consists of a text layer where one line is text, and the next line is a pipe character&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-381573"><a href="https://creativecow.net/forums/thread/paragraph-alignment-detection/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aee3564980f5c4e00a1205d9711cd546</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2441348</link>
				<pubDate>Thu, 23 Feb 2023 19:11:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2441348"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>This indeed did the trick and makes total sense! Thanks Filip 🙂 </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">044b63ac31e97eb3b1f74457dec3bd43</guid>
				<title>Julian Chojnacki replied to the discussion restoring the proper &#34;code&#34; font in AE expressions in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/restoring-the-proper-code-font-in-ae-expressions/#post-2441255</link>
				<pubDate>Wed, 22 Feb 2023 17:38:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/restoring-the-proper-code-font-in-ae-expressions/#post-2441255"><span class="bb-reply-lable">Reply to</span> restoring the proper "code" font in AE expressions</a></p> <div class="bb-content-inr-wrap"><p>Hey Nick, this is a known issue with the newest 23.2 update, which you can fix by activating the Source Code Pro family on Adobe fonts. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f75b8bbbd477d855ccea45358bc41ccf</guid>
				<title>Julian Chojnacki replied to the discussion Expression- getting each text height when there are 3 line text in the text box in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-getting-each-text-height-when-there-are-3-line-text-in-the-text-box/#post-2440566</link>
				<pubDate>Sun, 05 Feb 2023 14:10:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-getting-each-text-height-when-there-are-3-line-text-in-the-text-box/#post-2440566"><span class="bb-reply-lable">Reply to</span> Expression- getting each text height when there are 3 line text in the text box</a></p> <div class="bb-content-inr-wrap"><p>Hi Aurora, you&#8217;re right &#8211; the first code needs tweaking. Check out this great reference that dives a bit deeper into getting actual text heights:</p>
<p><a target='_blank' href="https://motiondeveloper.com/blog/dealing-with-descenders" rel="nofollow">https://motiondeveloper.com/blog/dealing-with-descenders</a></p>
<p>Regarding split(&#8216;r&#8217;).length, split first breaks up the text into an array using the carriage return as a separator, then length returns the length&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-379432"><a href="https://creativecow.net/forums/thread/expression-getting-each-text-height-when-there-are-3-line-text-in-the-text-box/#post-2440566" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f2354d1971ad1fdeb2ad6962828534c</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440558</link>
				<pubDate>Sat, 04 Feb 2023 17:57:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440558"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>Had to clean it up a little, but here you go:</p>
<p><a target='_blank' href="https://drive.google.com/drive/folders/1vdlmhN9yyc2klLr5o90XxCFXVtJZ0IT5?usp=sharing" rel="nofollow">https://drive.google.com/drive/folders/1vdlmhN9yyc2klLr5o90XxCFXVtJZ0IT5?usp=sharing</a></p>
<p>And for a quick overview, here&#8217;s my source text: </p>
<pre><p>const y1 = effect("Vertical Copies")("Slider");</p><p>const y2  = value.split('r').length;</p><p><br /></p><p>if (y2 == 1) { //textmode detection</p><p>	txt =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-379422"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440558" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">466886e0d2ad3bb552648bed30e3f487</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440553</link>
				<pubDate>Fri, 03 Feb 2023 20:06:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440553"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>Hey again, Filip! I ran into this little issue with the code, and I was wondering if perhaps you&#8217;d be able to give me a hand on it. </p>
<p>Literally all I&#8217;m trying to do is split the selection into 2 equal parts now, each doing the same, so the pseudo matte I&#8217;m working with follows the stacked text&#8217;s position.</p>
<p>Quick explanation: M<span>y text consists of 2&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-379406"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440553" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73c4699ce17baa0eee55df77bb950aa0</guid>
				<title>Julian Chojnacki replied to the discussion Expression- getting each text height when there are 3 line text in the text box in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-getting-each-text-height-when-there-are-3-line-text-in-the-text-box/#post-2440361</link>
				<pubDate>Mon, 30 Jan 2023 19:39:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-getting-each-text-height-when-there-are-3-line-text-in-the-text-box/#post-2440361"><span class="bb-reply-lable">Reply to</span> Expression- getting each text height when there are 3 line text in the text box</a></p> <div class="bb-content-inr-wrap"><p>Hi, you could either take fontSize*.75 + leading, or the sourceRect height of your text layer divided by the number of lines. So:</p>
<pre><p>const { fontSize, leading } = thisComp.layer("Text").text.sourceText.style;</p><p>const lineHeight = fontSize*.75 + leading;</p></pre>
<p>Or</p>
<pre><p>const numLines = thisComp.layer("Text").text.sourceText.split('r').length;</p><p>const lineHeight =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-379240"><a href="https://creativecow.net/forums/thread/expression-getting-each-text-height-when-there-are-3-line-text-in-the-text-box/#post-2440361" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02876561cc5d21bbca288566a7a74f0c</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440150</link>
				<pubDate>Mon, 23 Jan 2023 19:27:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440150"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>Getting fantastic results, Filip. Thanks a bunch. </p>
<p>One outstanding thing I noticed with your code is that the delay works either starting inwards, or outwards of the comp&#8217;s center depending on whether the delay time is negative or positive. </p>
<p class="">I also remember that previously, when the first keyframe of an animation was the absolute position, I had to&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-378976"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/page/2/#post-2440150" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8c75048ae3d889d9702a13ac03f20fb1</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440122</link>
				<pubDate>Sun, 22 Jan 2023 20:09:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440122"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>Filip, thank you so much! This is spot on, I got exactly what I wanted out of it! &#x1f642;</p>
<p>One tiny thing I had to modify, though, was how the delay behaves. <span>Initially, the delay started at the very top and progressed down each row, while I needed the top and bottom half to reflect each other. </span></p>
<p><span>This tweak did it: </span></p>
<pre><p>const pos = effect("Position")("3D&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-378935"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440122" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f61bee77ab9ebf9c2bce366ec3c822a3</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440106</link>
				<pubDate>Sat, 21 Jan 2023 19:21:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440106"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>No worries Dan, thanks for your effort&#x1f642;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a0ef2ff07bb7e1d134a0d567e1fe10e4</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440104</link>
				<pubDate>Sat, 21 Jan 2023 18:27:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440104"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>Hi Dan! Thanks for getting back. I am aware of this concept, but I&#8217;m guessing it&#8217;s not as simple in my case, as I want to preserve everything in my code, but only add a slight delay to each word when I animate the animator&#8217;s position. (Or if that doesn&#8217;t work, a slider)</p>
<p>I hope the video I posted above shines a light on what I&#8217;m after.</p>
<p>Here&#8217;s another&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-378912"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440104" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">488144c600a5c75662b97d61d824e9f0</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440101</link>
				<pubDate>Sat, 21 Jan 2023 17:36:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440101"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>For visual reference, here&#8217;s what I&#8217;m trying to add a slight word delay to: </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f42b3fa78b78a47474271b0ed01f0183</guid>
				<title>Julian Chojnacki replied to the discussion Delay textIndex based on slider/position control with expression selectors in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440097</link>
				<pubDate>Sat, 21 Jan 2023 17:05:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/delay-textindex-based-on-slider-position-control-with-expression-selectors/#post-2440097"><span class="bb-reply-lable">Reply to</span> Delay textIndex based on slider/position control with expression selectors</a></p> <div class="bb-content-inr-wrap"><p>Anyone? </p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		