<?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 | Toby Waskowitz | Activity</title>
	<link>https://creativecow.net/members/tobywaskowitz/activity/</link>
	<atom:link href="https://creativecow.net/members/tobywaskowitz/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Toby Waskowitz.</description>
	<lastBuildDate>Wed, 23 Sep 2026 13:04:49 +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">6ce2fdae07e9ad200db0194a91b35148</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/page/2/#post-2431042</link>
				<pubDate>Mon, 20 Jun 2022 09:00:55 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/page/2/#post-2431042"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>That&#8217;s just awesome! hehe&#8230; I was also thinking the same way, I did apply the overshoot to the slider, but it didn&#8217;t work without that new line, but now it&#8217;s working flawlessly. I really want to thank you very much for helping me with this.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d97b90f2cd938744007e72b24d929add</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/page/2/#post-2431034</link>
				<pubDate>Sun, 19 Jun 2022 16:45:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/page/2/#post-2431034"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>Here is the final version (there are two keyframes in the scale slider):</p>
<p>N = thisComp.layer(&#8220;Controls&#8221;).effect(&#8220;Scale&#8221;)(1)<br />sampleSize = [1,1];<br />L = thisComp.layer(&#8220;Alpha Scale&#8221;);<br />P = L.fromComp(toComp(anchorPoint));<br />lum = rgbToHsl(L.sampleImage(P,sampleSize/2,true,time))[2];<br />t = 0;<br />t1 = N.key(1).time;<br />t2 = N.key(N.numKeys).time;<br />if (lum == 1){<br />  t =&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-370934"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/page/2/#post-2431034" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">19fc08925a7bac580c1b125687f947ea</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431027</link>
				<pubDate>Sun, 19 Jun 2022 10:01:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431027"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>Just one more thing&#8230; if I may to ask. </p>
<p>I just found your Bounce and Overshoot expression:</p>
<p></p>
<p>amp = .1;<br />freq = 1.5;<br />decay = 4.0;</p>
<p>n = 0;<br />if (numKeys &gt; 0){<br />n = nearestKey(time).index;<br />if (key(n).time &gt; time){<br />n&#8211;;<br />}<br />}<br />if (n == 0){<br />t = 0;<br />}else{<br />t = time &#8211; key(n).time;<br />}</p>
<p>if (n &gt; 0){<br />v = velocityAtTime(key(n).time &#8211; thisComp.frameDuration/10);<br />value +&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-370927"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431027" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4e0340758e1dce1d0fe14397397a897f</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431021</link>
				<pubDate>Sun, 19 Jun 2022 07:04:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431021"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>Dan, you were right before. Everything works with the first expression, I was making some changes and didn&#8217;t know that &#8220;numKeys&#8221; also needs to have a FULL PATH if I use another layer&#8217;s keys. So, if anyone has the same problem, just to make it clear:</p>
<p>N = thisComp.layer(&#8220;Null&#8221;).transform.position</p>
<p>THIS IS WRONG:</p>
<p>N.key(numKeys).time</p>
<p>(it&#8217;s taking the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-370921"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431021" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">37bc52b723dd683c3aeaee2e7d04a500</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431013</link>
				<pubDate>Sat, 18 Jun 2022 20:59:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431013"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>I don&#8217;t know how, that&#8217;s why I said only sometimes, really don&#8217;t understand. But, thank you very much, you have helped me a lot!</p>
<p>All the best!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca185e4527a4f55551f810a84f08ae8f</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431011</link>
				<pubDate>Sat, 18 Jun 2022 19:30:36 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431011"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>Everything is perfect, only sometimes it returns this error:</p>
<p>&#8220;this property has no keyframe number 0&#8221;</p>
<p>So, if I change:</p>
<p>&#8220;t2 = key(numKeys).time&#8221; </p>
<p>to</p>
<p>&#8220;t2 = key(2).time&#8221;</p>
<p>then it&#8217;s ok, I don&#8217;t know why, and I&#8217;ve tried to fix it, but still no luck. Later I will use more than two keyframes, so it would be easier not to count keyframes every time. Could you&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-370905"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2431011" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c5d07fa51097b5d4a174e7ca9e50c05a</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2430998</link>
				<pubDate>Sat, 18 Jun 2022 17:26:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2430998"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>That&#8217;s exactly it&#8230; thank you very much, you&#8217;ve saved my day! Thanks again!</p>
<p>All the best!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd52001e46b41c776510d56283a00c66</guid>
				<title>Toby Waskowitz replied to the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2430993</link>
				<pubDate>Sat, 18 Jun 2022 07:52:20 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/#post-2430993"><span class="bb-reply-lable">Reply to</span> Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>Yes Dan, you are correct, I am struggling with the time. Luminosity is animated, it can be 0 or 1. If it&#8217;s 1 then it&#8217;s TIME to trigger the animation. How can I calculate the time of &#8220;lum&#8221; when it goes from 0 to 1? Is this even possible? Please help me, and thanks for the reply! 🙂</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4589c275852229927b35994ca1b58d1f</guid>
				<title>Toby Waskowitz started the discussion Trigger Two Keyframes With Alpha - not working in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/</link>
				<pubDate>Fri, 17 Jun 2022 18:12:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/">Trigger Two Keyframes With Alpha - not working</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I can&#8217;t make this expression to work. I have this one layer, with only two keyframes in the scale property, that needs to be triggered by the luminosity of the background layer. So if anyone can give me some directions I would be very grateful. Here is the expression:</p>
<p>&nbsp;</p>
<p>sampleSize = [1,1];<br />
L = thisComp.layer(&#8220;Alpha Scale&#8221;);<br />
P =&hellip;<span class="activity-read-more" id="activity-read-more-370871"><a href="https://creativecow.net/forums/thread/trigger-two-keyframes-with-alpha-not-working/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">59ea41d4ddbdf78438c148078fd2e835</guid>
				<title>Toby Waskowitz became a registered member</title>
				<link>https://creativecow.net/news-feed/p/370865/</link>
				<pubDate>Fri, 17 Jun 2022 15:06:52 +0000</pubDate>

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