<?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 | ali kim | Activity</title>
	<link>https://creativecow.net/members/alikim/activity/</link>
	<atom:link href="https://creativecow.net/members/alikim/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for ali kim.</description>
	<lastBuildDate>Tue, 19 May 2026 04:06:38 +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">11e67f8b0181b70d5d6c826a0008b8c0</guid>
				<title>ali kim started the discussion Per character pop-up text animation in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/per-character-pop-up-text-animation/</link>
				<pubDate>Sun, 24 Nov 2024 04:14:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/per-character-pop-up-text-animation/">Per character pop-up text animation</a></p> <div class="bb-content-inr-wrap"><p>I want to create a text animation using animator, where each character pops-up from 0% scale to 150% and then back to 100%. Attached is my current best attempt. I have to mask out characters because by default they are 100% scale until range is applied to them.</p>
<p>How do I do this without masking?</p>
<p>Also, how to make scale animations overlap, so multiple&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-404359"><a href="https://creativecow.net/forums/thread/per-character-pop-up-text-animation/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aea01ad8739e7c35c46a636e375c4401</guid>
				<title>ali kim replied to the discussion Show/Hide properties with keyframes from an extension in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/show-hide-properties-with-keyframes-from-an-extension/#post-2465288</link>
				<pubDate>Tue, 12 Nov 2024 14:53:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/show-hide-properties-with-keyframes-from-an-extension/#post-2465288"><span class="bb-reply-lable">Reply to</span> Show/Hide properties with keyframes from an extension</a></p> <div class="bb-content-inr-wrap"><p>No, that&#8217;s exactly the functionality I&#8217;m trying to achieve, just from inside the extension, w/o pressing U.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ae77f29ec364d90cd10a412352222cb7</guid>
				<title>ali kim started the discussion Show/Hide properties with keyframes from an extension in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/show-hide-properties-with-keyframes-from-an-extension/</link>
				<pubDate>Tue, 12 Nov 2024 08:52:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/show-hide-properties-with-keyframes-from-an-extension/">Show/Hide properties with keyframes from an extension</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m trying to write an extension that can show/hide properties with keyframes.<br />The most relevant piece of code goes like this:</p>
<p>var cmdStr = &#8216;Reveal Properties with Keyframes&#8217;;</p>
<p><span>executeCommand(cmdStr);<br /></span></p>
<p>function executeCommand(cmdStr) {</p>
<p>   var cmdId = 0;</p>
<p>   cmdId = app.findMenuCommandId(cmdStr);</p>
<p>   if (cmdId == 0) return cmdId;</p>
<p>   app.executeCommand(cmdId);</p>
<p>&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-403974"><a href="https://creativecow.net/forums/thread/show-hide-properties-with-keyframes-from-an-extension/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9714b0e31cdbc5e4e3998e9aaa8b47a1</guid>
				<title>ali kim started the discussion Show/Hide Properties with Keyframes in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/show-hide-properties-with-keyframes/</link>
				<pubDate>Mon, 11 Nov 2024 14:43:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/show-hide-properties-with-keyframes/">Show/Hide Properties with Keyframes</a></p> <div class="bb-content-inr-wrap"><p>I have an extension the executes this function to show/hide properties with keyframes:</p>
<p>function test() {</p>
<p>var res = false;</p>
<p>var msg = &#8216;default&#8217;;</p>
<p>var comp = _proj.activeItem;</p>
<p>if (!comp || !(comp instanceof CompItem)) {</p>
<p>msg = &#8216;No active item or active item is not a comp&#8217;;</p>
<p>return toJSON(res, msg);</p>
<p>}</p>
<p>var layer = comp.layer(1);</p>
<p>if (!layer) {</p>
<p>msg = &#8216;No layer&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-403950"><a href="https://creativecow.net/forums/thread/show-hide-properties-with-keyframes/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d713f239a0510067f99e24b8d01f05d9</guid>
				<title>ali kim replied to the discussion Persistent state between frames in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/persistent-state-between-frames/#post-2464949</link>
				<pubDate>Sat, 02 Nov 2024 02:03:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/persistent-state-between-frames/#post-2464949"><span class="bb-reply-lable">Reply to</span> Persistent state between frames</a></p> <div class="bb-content-inr-wrap"><p>I built a panel (comp) that has layers for clear sky, clouds (two tiled copies back to back so I make them infinitely looped), morning and evening sun. </p>
<p>Then I wanted to be able to build a hexagon ring out of these panels in the main comp, and have a null layer (in the main comp) where I control the look and feel of each panel, that is its sky&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-403575"><a href="https://creativecow.net/forums/thread/persistent-state-between-frames/#post-2464949" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">448e1a53310930d5ac13bf279a22e97b</guid>
				<title>ali kim replied to the discussion Persistent state between frames in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/persistent-state-between-frames/#post-2464946</link>
				<pubDate>Fri, 01 Nov 2024 23:13:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/persistent-state-between-frames/#post-2464946"><span class="bb-reply-lable">Reply to</span> Persistent state between frames</a></p> <div class="bb-content-inr-wrap"><p>I see, thank you, so how do I &#8220;script&#8221; this problem properly? <br />Can I have a layer with manually controlled keyframes that change the speed of a car and have it&#8217;s position calculated in a sensible way?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">94384832c14d86a0edf2f29c3b541e32</guid>
				<title>ali kim started the discussion Persistent state between frames in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/persistent-state-between-frames/</link>
				<pubDate>Fri, 01 Nov 2024 13:51:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/persistent-state-between-frames/">Persistent state between frames</a></p> <div class="bb-content-inr-wrap"><p>I have a layer with a car, and I have another Null layer with a speed controller that has manually placed keyframes.</p>
<p>I want to control the car position according to those speed keyframes, i.e. accumulate traveled distance. For example, if the spped values on the first 5 frames are 1, 2, 3, 4, 5 then positions should be 1, 3, 6, 10, 15.</p>
<p>I&hellip;<span class="activity-read-more" id="activity-read-more-403550"><a href="https://creativecow.net/forums/thread/persistent-state-between-frames/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fb9104d8cded97b7cb99f1ff7a920f23</guid>
				<title>ali kim became a registered member</title>
				<link>https://creativecow.net/news-feed/p/403542/</link>
				<pubDate>Fri, 01 Nov 2024 03:43:29 +0000</pubDate>

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