<?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 | Kieran Lefort | Activity</title>
	<link>https://creativecow.net/members/kieranlefort/activity/</link>
	<atom:link href="https://creativecow.net/members/kieranlefort/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Kieran Lefort.</description>
	<lastBuildDate>Sat, 16 May 2026 08:29:17 +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">15538cd10b5d60269e508bc522a0b66c</guid>
				<title>Kieran Lefort replied to the discussion Move object from one end of a SourceRectAtTime rectangle to the other over time in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/#post-2403225</link>
				<pubDate>Tue, 09 Feb 2021 14:10:11 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/#post-2403225"><span class="bb-reply-lable">Reply to</span> Move object from one end of a SourceRectAtTime rectangle to the other over time</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;ve had to make a tiny tweak to <i>startPos</i> to make it fit around my own terrible scripting, but that&#8217;s done the trick. Thanks so much!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3cdf9ab57d07cdc4cde920358b73bc25</guid>
				<title>Kieran Lefort replied to the discussion Move object from one end of a SourceRectAtTime rectangle to the other over time in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/#post-2403221</link>
				<pubDate>Tue, 09 Feb 2021 13:51:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/#post-2403221"><span class="bb-reply-lable">Reply to</span> Move object from one end of a SourceRectAtTime rectangle to the other over time</a></p> <div class="bb-content-inr-wrap"><p><i>startPos = L.toComp(L.anchorPoint) – [w,0];</i> is giving me an &#8220;Invalid or unexpected token&#8221; error.</p>
<p>Currently investigating.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5049c449d68c8293da1fc78a5e17c832</guid>
				<title>Kieran Lefort replied to the discussion Move object from one end of a SourceRectAtTime rectangle to the other over time in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/#post-2403219</link>
				<pubDate>Tue, 09 Feb 2021 13:40:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/#post-2403219"><span class="bb-reply-lable">Reply to</span> Move object from one end of a SourceRectAtTime rectangle to the other over time</a></p> <div class="bb-content-inr-wrap"><p>Haha! Hi, Trent. I&#8217;m glad you like it. Most of the stuff I&#8217;ve done in expressions has been for dynamic setups like text that can be of any length etc.<br />The following on the circle&#8217;s position almost works:-</p>
<p><i>rectLeft = thisComp.layer(&#8220;rectangle&#8221;).sourceRectAtTime().left;</i></p>
<p><i>rectRight = thisComp.layer(&#8220;rectangle&#8221;).sourceRectAtTime().left +&hellip;</i></p>
<p><span class="activity-read-more" id="activity-read-more-345592"><a href="https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/#post-2403219" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef6fe96946d23876bcf3d7b799b9b882</guid>
				<title>Kieran Lefort started the discussion Move object from one end of a SourceRectAtTime rectangle to the other over time in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/</link>
				<pubDate>Tue, 09 Feb 2021 11:36:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/">Move object from one end of a SourceRectAtTime rectangle to the other over time</a></p> <div class="bb-content-inr-wrap"><p>Tagged as &#8220;Basic&#8221;, but might not be.</p>
<p>I have a rectangle, the width of which is controlled by the SourceRectAtTime() of a text layer.</p>
<p>I also have a circle. At 0 frames, the circle needs to be at the left edge of the rectangle. at 25 frames, it needs to be at the right edge.</p>
<p>Regular keyframes obviously aren&#8217;t going to cut it because the rectangle can&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-345584"><a href="https://creativecow.net/forums/thread/move-object-from-one-end-of-a-sourcerectattime-rectangle-to-the-other-over-time/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">da40d3d2e0c03a165c38a8731b8041c3</guid>
				<title>Kieran Lefort replied to the discussion Sliders to control end keyframe in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/#post-2334532</link>
				<pubDate>Fri, 11 Sep 2020 09:50:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/#post-2334532"><span class="bb-reply-lable">Reply to</span> Sliders to control end keyframe</a></p> <div class="bb-content-inr-wrap"><p>A further question for Filip: your example appears to be for one slider. How do I adapt switch(sl) to account for a second slider?</p>
<p>Thanks.</p>
<p></p>
<p>EDIT: Never mind. I&#8217;m redirecting the two sliders to an intermediate third invisible slider that I&#8217;ll point switch(sl) at. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ded3c99040fefb4f231fe5fda153484b</guid>
				<title>Kieran Lefort replied to the discussion Sliders to control end keyframe in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/#post-2334530</link>
				<pubDate>Fri, 11 Sep 2020 09:42:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/#post-2334530"><span class="bb-reply-lable">Reply to</span> Sliders to control end keyframe</a></p> <div class="bb-content-inr-wrap"><p>Oooh, this is exciting. I&#8217;ve not come across switch statements before. Thank you. I will adapt this to my comp.</p>
<p>To answer your question: depending on the combination of slider values chosen by the user, there are 68 possible outcomes and I need to cater to all of them. I didn&#8217;t ask for this stupid thing, I just have to make it! <img alt="Smile" class="emojioneemoji" src="https://s.w.org/images/core/emoji/13.0.0/72x72/1f604.png" /></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ba1c558bcc028b021b8de627ec1f7ed</guid>
				<title>Kieran Lefort replied to the discussion Sliders to control end keyframe in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/#post-2334527</link>
				<pubDate>Fri, 11 Sep 2020 09:35:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/#post-2334527"><span class="bb-reply-lable">Reply to</span> Sliders to control end keyframe</a></p> <div class="bb-content-inr-wrap"><p>Apologies. This is my first time in the redesigned forum and couldn&#8217;t find it.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">633b03af74ae1a0a179a366bf561f698</guid>
				<title>Kieran Lefort started the discussion Sliders to control end keyframe in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/</link>
				<pubDate>Fri, 11 Sep 2020 08:06:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/">Sliders to control end keyframe</a></p> <div class="bb-content-inr-wrap"><p>Who&#8217;s in the mood for another expression discussion?<br />
I have layer that needs to move on the Y axis (dimensions already separated). It always starts in the same position, but the ending position needs to be linked to the values of two Math.rounded sliders that control other parts of the comp..</p>
<p>So it always starts at Position A and I need to&hellip;<span class="activity-read-more" id="activity-read-more-332873"><a href="https://creativecow.net/forums/thread/sliders-to-control-end-keyframe/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		