<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to make a simple count number &#8211; infographic element in After Effects	</title>
	<atom:link href="https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/feed/" rel="self" type="application/rss+xml" />
	<link>https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-make-a-simple-count-number-infographic-element-in-after-effects</link>
	<description>Art, Design and Technology</description>
	<lastBuildDate>Wed, 21 Jan 2026 21:52:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Vladi Dan		</title>
		<link>https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-1099</link>

		<dc:creator><![CDATA[Vladi Dan]]></dc:creator>
		<pubDate>Sun, 07 Mar 2021 11:31:53 +0000</pubDate>
		<guid isPermaLink="false">https://inspireme.blog/?p=15355#comment-1099</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-1098&quot;&gt;daniel&lt;/a&gt;.

Hey Daniel,
Actually is a great question. You are right about this. The maximum number for the slider control is 1.000.000. We can&#039;t go further than that. You can bypass that by editing your expression and multiply it by 98000, so you can reach 98.000.000.000.

I assume you control your count text through a null object with slider control.
Make the following animation: In frame 0, set the slider control to 0. Go as many frames as you need forward and set the slider control to maximum, which is 1.000.000. Then, go to your source text expression and click on it to edit it. At the end of your expression add *98000. This will multiply your slider control by 98000. So your expression will look like this:

thisComp.layer(&quot;Null 1&quot;).effect(&quot;Slider Control&quot;)(&quot;Slider&quot;)*98000

Lastly, don&#039;t forget to add the Math.round function at the beginning of your expression and put the necessary parentheses. Finally, your expression will look like this:

Math.round(thisComp.layer(&quot;Null 1&quot;).effect(&quot;Slider Control&quot;)(&quot;Slider&quot;)*98000)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-1098">daniel</a>.</p>
<p>Hey Daniel,<br />
Actually is a great question. You are right about this. The maximum number for the slider control is 1.000.000. We can&#8217;t go further than that. You can bypass that by editing your expression and multiply it by 98000, so you can reach 98.000.000.000.</p>
<p>I assume you control your count text through a null object with slider control.<br />
Make the following animation: In frame 0, set the slider control to 0. Go as many frames as you need forward and set the slider control to maximum, which is 1.000.000. Then, go to your source text expression and click on it to edit it. At the end of your expression add *98000. This will multiply your slider control by 98000. So your expression will look like this:</p>
<p>thisComp.layer(&#8220;Null 1&#8221;).effect(&#8220;Slider Control&#8221;)(&#8220;Slider&#8221;)*98000</p>
<p>Lastly, don&#8217;t forget to add the Math.round function at the beginning of your expression and put the necessary parentheses. Finally, your expression will look like this:</p>
<p>Math.round(thisComp.layer(&#8220;Null 1&#8221;).effect(&#8220;Slider Control&#8221;)(&#8220;Slider&#8221;)*98000)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: daniel		</title>
		<link>https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-1098</link>

		<dc:creator><![CDATA[daniel]]></dc:creator>
		<pubDate>Sun, 07 Mar 2021 10:40:23 +0000</pubDate>
		<guid isPermaLink="false">https://inspireme.blog/?p=15355#comment-1098</guid>

					<description><![CDATA[Hey, I&#039;m trying to get a counter from 0 to 98,000,000,000 but the limit here is 1,000,000. How to bypass this?]]></description>
			<content:encoded><![CDATA[<p>Hey, I&#8217;m trying to get a counter from 0 to 98,000,000,000 but the limit here is 1,000,000. How to bypass this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vladi Dan		</title>
		<link>https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-20</link>

		<dc:creator><![CDATA[Vladi Dan]]></dc:creator>
		<pubDate>Wed, 07 Oct 2020 14:27:46 +0000</pubDate>
		<guid isPermaLink="false">https://inspireme.blog/?p=15355#comment-20</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-19&quot;&gt;Danny Grishm&lt;/a&gt;.

I am glad you find the post interesting Danny. I wasn&#039;t aware of the Counter Preset tool, thank you for that. It looks like it could save a lot of time with great potentials.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-19">Danny Grishm</a>.</p>
<p>I am glad you find the post interesting Danny. I wasn&#8217;t aware of the Counter Preset tool, thank you for that. It looks like it could save a lot of time with great potentials.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Danny Grishm		</title>
		<link>https://inspireme.blog/how-to-make-a-simple-count-number-infographic-element-in-after-effects/#comment-19</link>

		<dc:creator><![CDATA[Danny Grishm]]></dc:creator>
		<pubDate>Thu, 01 Oct 2020 23:05:39 +0000</pubDate>
		<guid isPermaLink="false">https://inspireme.blog/?p=15355#comment-19</guid>

					<description><![CDATA[That&#039;s awesome thanks! It&#039;s a simple technique to create counters that saves a lot of time. I&#039;m also using Counter preset when I need counters that reach to more than million and if I need commas in my counters
https://www.vdodna.com/products/counter-preset/]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s awesome thanks! It&#8217;s a simple technique to create counters that saves a lot of time. I&#8217;m also using Counter preset when I need counters that reach to more than million and if I need commas in my counters<br />
<a href="https://www.vdodna.com/products/counter-preset/" rel="nofollow ugc">https://www.vdodna.com/products/counter-preset/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
