<?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 | Tomer Katzir | Activity</title>
	<link>https://creativecow.net/members/tomerkatzir/activity/</link>
	<atom:link href="https://creativecow.net/members/tomerkatzir/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Tomer Katzir.</description>
	<lastBuildDate>Wed, 02 Sep 2026 14:52:53 +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">97fa2e9ae6b9354a88d7a24256c1e033</guid>
				<title>Tomer Katzir started the discussion Getting the specific time when a position condition is met in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/getting-the-specific-time-when-a-position-condition-is-met/</link>
				<pubDate>Wed, 23 Feb 2022 14:35:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/getting-the-specific-time-when-a-position-condition-is-met/">Getting the specific time when a position condition is met</a></p> <div class="bb-content-inr-wrap"><p>Hey there 🙂</p>
<p>I want to be able to store into a variable the specific time in which a certain layer reaches the end of the comp width. is that possible?</p>
<p></p>
<p>thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ad2eaa1987318ec1ce015926f58d2ba7</guid>
				<title>Tomer Katzir started the discussion difference between = and == in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/difference-between-and/</link>
				<pubDate>Wed, 09 Feb 2022 16:59:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/difference-between-and/">difference between = and ==</a></p> <div class="bb-content-inr-wrap"><p>can anyone please explain to me between a = and a == ?</p>
<p>thanks 🙂</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e19c8305d566a09255bf623985639cc7</guid>
				<title>Tomer Katzir started the discussion Understanding Position and anchor points ONCE AND FOR ALL in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/understanding-position-and-anchor-points-once-and-for-all/</link>
				<pubDate>Sun, 06 Feb 2022 10:01:36 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/understanding-position-and-anchor-points-once-and-for-all/">Understanding Position and anchor points ONCE AND FOR ALL</a></p> <div class="bb-content-inr-wrap"><p>So, when i create a shape &#8211; there are a few position and anchor point properties:</p>
<p>1. Path transform properties</p>
<p>2. Shape transform properties</p>
<p>3. Layer transform properties.</p>
<p></p>
<p>My difficulty is in understanding what the numbers relate to. I understand that the LAYER position property for example &#8211; is the distance between the layer&#8217;s main anchor point to&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-365155"><a href="https://creativecow.net/forums/thread/understanding-position-and-anchor-points-once-and-for-all/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e9062d54b6fe23643374231ee8be2315</guid>
				<title>Tomer Katzir started the discussion creating a LOOPED wiggle with RANGE SELECTION in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/creating-a-looped-wiggle-with-range-selection/</link>
				<pubDate>Sat, 05 Dec 2020 10:53:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/creating-a-looped-wiggle-with-range-selection/">creating a LOOPED wiggle with RANGE SELECTION</a></p> <div class="bb-content-inr-wrap"><p>Let&#8217;s say I want to create a looped wiggle on the rotation property, but I only want it to move between two values (let&#8217;s say, -35, 40). how can I do something like this?</p>
<p>I would love to have a global wiggle expression that will give me maximum control (min value, max value, loop time).</p>
<p>Thanks a lot for the help 🙂</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">efea250cc6822f18ca67f6f20daf1926</guid>
				<title>Tomer Katzir started the discussion problem creating a wiggle range in position in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/problem-creating-a-wiggle-range-in-position/</link>
				<pubDate>Tue, 01 Dec 2020 16:07:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/problem-creating-a-wiggle-range-in-position/">problem creating a wiggle range in position</a></p> <div class="bb-content-inr-wrap"><p>hey there:)</p>
<p>I&#8217;m trying to define a wiggle expression that will only move the object in a certain range along the Y axis.</p>
<p>here is the expression Im trying to use:</p>
<p>minY = 300;</p>
<p><span>maxY = 700;</span></p>
<p>w= wiggle(2,20);</p>
<p>y = linear(w,-20,20,minY,maxY);</p>
<p>[value[0],y]</p>
<p>i get this expression error :</p>
<p>&#8220;argument 1 to linear() must be scalar&#8221;</p>
<p>would love some help with this</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3a7da472ee21467de351508aeeb1d366</guid>
				<title>Tomer Katzir started the discussion maintaining stroke width of all elements, while scaling the MAIN COMP in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/maintaining-stroke-width-of-all-elements-while-scaling-the-main-comp/</link>
				<pubDate>Thu, 24 Sep 2020 16:15:49 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/maintaining-stroke-width-of-all-elements-while-scaling-the-main-comp/">maintaining stroke width of all elements, while scaling the MAIN COMP</a></p> <div class="bb-content-inr-wrap"><p>Hey guys.</p>
<p>I was wondering what is the best way to maintain the stroke width of all the elements inside a precomp, while scaling the precomp itself instead of a null inside it, that is linked to all the objects.</p>
<p>&nbsp;</p>
<p>thank you for helping out</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		