<?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 | Kevin Dazet | Activity</title>
	<link>https://creativecow.net/members/kevindazet/activity/</link>
	<atom:link href="https://creativecow.net/members/kevindazet/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Kevin Dazet.</description>
	<lastBuildDate>Sat, 01 Aug 2026 04:21:31 +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">b128f68dbdeef6fe0e19de9847e39b8a</guid>
				<title>Kevin Dazet replied to the discussion Begin an animation when a condition is met in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/begin-an-animation-when-a-condition-is-met/#post-2442291</link>
				<pubDate>Mon, 13 Mar 2023 21:50:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/begin-an-animation-when-a-condition-is-met/#post-2442291"><span class="bb-reply-lable">Reply to</span> Begin an animation when a condition is met</a></p> <div class="bb-content-inr-wrap"><p>Amazing—it works! I&#8217;m trying to wrap my head around what you&#8217;ve done here, but it does do exactly what I wanted. Yes, the animation slider is controlled by keyframes.</p>
<p></p>
<p>Thanks, Filip!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">93d1855e795ca974985a98054b41e0d9</guid>
				<title>Kevin Dazet started the discussion Begin an animation when a condition is met in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/begin-an-animation-when-a-condition-is-met/</link>
				<pubDate>Mon, 13 Mar 2023 20:15:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/begin-an-animation-when-a-condition-is-met/">Begin an animation when a condition is met</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m trying to modify a blinking cursor typewriter/console animation. It uses this expression to cause the cursor to blink at all times:</p>
<p><span><br /></span></p>
</p>
<p><span>var s = effect(&#8220;Cursor Blink Speed&#8221;)(1);</span></p>
<p><span>var blink = Math.sin(Math.PI*time*s);</span></p>
<p><span>if(b == 1){</span><br /><span>(blink &gt;= 0) * 100;</span><br /><span>}else{</span><br /><span>0;</span><br /><span>}</span></p>
<p><span><br /></span></p>
<p><span>However, I&#8217;m trying to get the animation to begin *exactly when* my text layer has finished&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-380984"><a href="https://creativecow.net/forums/thread/begin-an-animation-when-a-condition-is-met/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d3c71c4928b84496750d49cd30fb833a</guid>
				<title>Kevin Dazet replied to the discussion Count number of line breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/count-number-of-line-breaks/page/2/#post-2441992</link>
				<pubDate>Thu, 09 Mar 2023 23:11:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/count-number-of-line-breaks/page/2/#post-2441992"><span class="bb-reply-lable">Reply to</span> Count number of line breaks?</a></p> <div class="bb-content-inr-wrap"><p>That&#8217;s the ticket! Thank you!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">78c76607f6b4c1d0c4c8922472bab099</guid>
				<title>Kevin Dazet replied to the discussion Count number of line breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/count-number-of-line-breaks/#post-2441987</link>
				<pubDate>Thu, 09 Mar 2023 21:11:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/count-number-of-line-breaks/#post-2441987"><span class="bb-reply-lable">Reply to</span> Count number of line breaks?</a></p> <div class="bb-content-inr-wrap"><p>I think I figured it out. I&#8217;m not using paragraph text, but I&#8217;ve been using soft returns (old habit). I just need to make sure anyone inputting text is using hard returns. </p>
<p></p>
<p>Thanks, guys!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07250d81d1f37bb17737ca81c2315188</guid>
				<title>Kevin Dazet replied to the discussion Count number of line breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/count-number-of-line-breaks/#post-2441975</link>
				<pubDate>Thu, 09 Mar 2023 19:16:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/count-number-of-line-breaks/#post-2441975"><span class="bb-reply-lable">Reply to</span> Count number of line breaks?</a></p> <div class="bb-content-inr-wrap"><p>No luck, unfortunately—it still counts the line breaks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5369d39ba9d54b24288583230a59dbf1</guid>
				<title>Kevin Dazet replied to the discussion Count number of line breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/count-number-of-line-breaks/#post-2441970</link>
				<pubDate>Thu, 09 Mar 2023 18:30:20 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/count-number-of-line-breaks/#post-2441970"><span class="bb-reply-lable">Reply to</span> Count number of line breaks?</a></p> <div class="bb-content-inr-wrap"><p>Thanks, Yoan! I get an error, though. I had to change the first line to </p>
<p>var t = text.sourceText.value</p>
<p>But then I get an error saying &#8220;undefined value used in expression(could be an out of range array subscript?)&#8221;</p>
<p>Any idea what&#8217;s wrong?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">20abccf02e40761119008d8851931133</guid>
				<title>Kevin Dazet started the discussion Count number of line breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/count-number-of-line-breaks/</link>
				<pubDate>Thu, 09 Mar 2023 18:04:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/count-number-of-line-breaks/">Count number of line breaks?</a></p> <div class="bb-content-inr-wrap"><p>Is it possible to identify the number of line breaks in a text box? </p>
<p>I have an expression in a range selector that attempts to identify the final character in a line of text using sourceText.length. However, if there are any line breaks in the text, these breaks are added to the total number of characters and the resulting number is higher than the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-380825"><a href="https://creativecow.net/forums/thread/count-number-of-line-breaks/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">037e3ba073ebabb55dbb55367dab3cf1</guid>
				<title>Kevin Dazet replied to the discussion Adjust kerning when a number is present in a line of text in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/adjust-kerning-when-a-number-is-present-in-a-line-of-text/#post-2410916</link>
				<pubDate>Thu, 27 May 2021 19:39:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/adjust-kerning-when-a-number-is-present-in-a-line-of-text/#post-2410916"><span class="bb-reply-lable">Reply to</span> Adjust kerning when a number is present in a line of text</a></p> <div class="bb-content-inr-wrap"><p>Hallelujah—it works! <span>Thanks to you both! Andrei: you really saved the day.</span></p>
<p></p>
<p>I have a feeling I&#8217;ll be using this expression a lot in the future.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f3b38bdcd142edd4e6aafcc6730af46c</guid>
				<title>Kevin Dazet replied to the discussion Adjust kerning when a number is present in a line of text in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/adjust-kerning-when-a-number-is-present-in-a-line-of-text/#post-2410908</link>
				<pubDate>Thu, 27 May 2021 16:50:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/adjust-kerning-when-a-number-is-present-in-a-line-of-text/#post-2410908"><span class="bb-reply-lable">Reply to</span> Adjust kerning when a number is present in a line of text</a></p> <div class="bb-content-inr-wrap"><p>Thanks, Andrei! I got an error on line three of the expression that says &#8220;Expected: ;&#8221; </p>
<p>Any idea what&#8217;s causing that? </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0bee310c1caf7e0132f1afa81252cc9b</guid>
				<title>Kevin Dazet started the discussion Adjust kerning when a number is present in a line of text in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/adjust-kerning-when-a-number-is-present-in-a-line-of-text/</link>
				<pubDate>Thu, 27 May 2021 00:22:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/adjust-kerning-when-a-number-is-present-in-a-line-of-text/">Adjust kerning when a number is present in a line of text</a></p> <div class="bb-content-inr-wrap"><p>I have a text layer that&#8217;s auto-populated by a script. Everything works well except that the font I&#8217;m using has a large gap between the two numerals in the numbers 10 through 19. I usually kern this manually, but in this case that&#8217;s not possible.</p>
<p><span>If only the number is present in the line of text, I can simply use a tracking animator with an&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-352575"><a href="https://creativecow.net/forums/thread/adjust-kerning-when-a-number-is-present-in-a-line-of-text/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		