<?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 | Pragyan Yadav | Activity</title>
	<link>https://creativecow.net/members/pragyanyadav/activity/</link>
	<atom:link href="https://creativecow.net/members/pragyanyadav/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Pragyan Yadav.</description>
	<lastBuildDate>Wed, 19 Aug 2026 07:31:47 +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">4208c2598274f05a09ed7591949c6b01</guid>
				<title>Pragyan Yadav replied to the discussion Need someone to help me with this converting After Effects Animation to script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-someone-to-help-me-with-this-converting-after-effects-animation-to-script/#post-2440038</link>
				<pubDate>Fri, 20 Jan 2023 00:08:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-someone-to-help-me-with-this-converting-after-effects-animation-to-script/#post-2440038"><span class="bb-reply-lable">Reply to</span> Need someone to help me with this converting After Effects Animation to script</a></p> <div class="bb-content-inr-wrap"><p>Hi</p>
<p>So I was able to write the script but issue I am facing is with the inner circle animation<br />This circle only comes as 3/4, i am not sure why</p>
<p>this is my code for that</p>
<pre><p>// MAKE INNER CIRCLE<br /></p><p>// Create a new shape layer</p><p>var shapeLayer = comp.layers.addShape();</p><p>shapeLayer.enabled = true;</p><p>// Add an elliptical path (Ellipse A) to the shape layer</p><p>var ellipseAPath&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-378872"><a href="https://creativecow.net/forums/thread/need-someone-to-help-me-with-this-converting-after-effects-animation-to-script/#post-2440038" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">414e79ddedc2575247adbdcf612ec656</guid>
				<title>Pragyan Yadav replied to the discussion Need someone to help me with this converting After Effects Animation to script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-someone-to-help-me-with-this-converting-after-effects-animation-to-script/#post-2440024</link>
				<pubDate>Thu, 19 Jan 2023 21:13:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-someone-to-help-me-with-this-converting-after-effects-animation-to-script/#post-2440024"><span class="bb-reply-lable">Reply to</span> Need someone to help me with this converting After Effects Animation to script</a></p> <div class="bb-content-inr-wrap"><p>I have made an animation in after effects, but if my team wants to change something in it, then the efforts we have to go through are much, <br />so I wanted to convert this animation to Extend Script (AE script) so I just change the variables, and run it and get whatever variant of this animation my team wanted.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">531b8cee1617371a801918f9f713de66</guid>
				<title>Pragyan Yadav started the discussion Need someone to help me with this converting After Effects Animation to script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-someone-to-help-me-with-this-converting-after-effects-animation-to-script/</link>
				<pubDate>Wed, 18 Jan 2023 22:14:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-someone-to-help-me-with-this-converting-after-effects-animation-to-script/">Need someone to help me with this converting After Effects Animation to script</a></p> <div class="bb-content-inr-wrap"><p>This is my animation.</p>
<p><a target='_blank' href="https://gyazo.com/8e428ba9058516550efdf76e417fd3c3" rel="nofollow">https://gyazo.com/8e428ba9058516550efdf76e417fd3c3</a></p>
<p>Can anyone help please</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fa16b7963f50bd8e0ebeea3d134529f5</guid>
				<title>Pragyan Yadav started the discussion How to make an Arc using JSX in AE 2023? And have it rotate? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/how-to-make-an-arc-using-jsx-in-ae-2023-and-have-it-rotate/</link>
				<pubDate>Mon, 16 Jan 2023 00:17:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-make-an-arc-using-jsx-in-ae-2023-and-have-it-rotate/">How to make an Arc using JSX in AE 2023? And have it rotate?</a></p> <div class="bb-content-inr-wrap"><p>
			I need to make a loading animation type arc using JS script, how can I do that?<br />
I tried this method<br />
but it gives me error &#8220;Object is Invalid&#8221;</p>
<p></p>
<pre><p>app.project.close(CloseOptions.DO_NOT_SAVE_CHANGES);</p><p>app.newProject();</p><p>app.beginUndoGroup("Create Comp");</p><p>var width = 1920;</p><p>var height = 1080;</p><p>var duration = 10;</p><p>var frameRate = 25;</p><p>var bg = [1, 0, 0];</p><p>var arc =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-378704"><a href="https://creativecow.net/forums/thread/how-to-make-an-arc-using-jsx-in-ae-2023-and-have-it-rotate/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb85e8ffb36aca3ec3eb418fe47258d6</guid>
				<title>Pragyan Yadav became a registered member</title>
				<link>https://creativecow.net/news-feed/p/378702/</link>
				<pubDate>Sun, 15 Jan 2023 23:22:35 +0000</pubDate>

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