<?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 | Mikael Johnsson | Activity</title>
	<link>https://creativecow.net/members/mikaeljohnsson/activity/</link>
	<atom:link href="https://creativecow.net/members/mikaeljohnsson/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Mikael Johnsson.</description>
	<lastBuildDate>Tue, 01 Sep 2026 03:05:43 +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">c8f21ff5616c373026130fc2d66dd84b</guid>
				<title>Mikael Johnsson replied to the discussion Linking value of another layer to layer in- and out-point in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/linking-value-to-specific-time-of-another-layer/#post-2419059</link>
				<pubDate>Fri, 15 Oct 2021 09:40:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/linking-value-to-specific-time-of-another-layer/#post-2419059"><span class="bb-reply-lable">Reply to</span> Linking value of another layer to layer in- and out-point</a></p> <div class="bb-content-inr-wrap"><p>I might have sorted it out myself using valueAtTime and some if statements.</p>
<pre>masterValue = comp("MAIN_CONTROLS").layer("TypeOut_MASTER").text.animator("Animator 1").selector("Range Selector 1").start;</pre>
<pre>if (time - inPoint &lt; 1) {<br />masterValue.valueAtTime(time-inPoint);<br />} else</pre>
<pre>if (time-outPoint &gt; -1) {<br />&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-360037"><a href="https://creativecow.net/forums/thread/linking-value-to-specific-time-of-another-layer/#post-2419059" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">66bfad040af28d2e48ed218610705e10</guid>
				<title>Mikael Johnsson started the discussion Linking value of another layer to layer in- and out-point in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/linking-value-to-specific-time-of-another-layer/</link>
				<pubDate>Fri, 15 Oct 2021 08:56:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/linking-value-to-specific-time-of-another-layer/">Linking value of another layer to layer in- and out-point</a></p> <div class="bb-content-inr-wrap"><p>What i want to do:<br />– Have a Master layer in a comp in which there is a specific values keyframed from 0–1s and 1–2s. (Basically a custom ramp up and ramp down)</p>
<p>– On multiple layers in another comp i want to link these &#8220;Master values&#8221; to the current layers in- and out-points. So at the layers inpoint: follow the first second of values of the master&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-360033"><a href="https://creativecow.net/forums/thread/linking-value-to-specific-time-of-another-layer/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45e63d99197abbafe34e9c883a726f83</guid>
				<title>Mikael Johnsson started the discussion Add random value at random intervals (ranges) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-random-value-at-random-intervals-ranges/</link>
				<pubDate>Fri, 09 Jul 2021 11:40:20 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-random-value-at-random-intervals-ranges/">Add random value at random intervals (ranges)</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m trying to create a more staggered transition to a value from 0 to 100. I guess sort of like a progress bar that progresses at random speeds.</p>
<p></p>
<p><b>More context:</b></p>
<p>I&#8217;m using the typewriter effect to reveal some text but I want the typing to be more natural. I found an expression that is applied to Source Text, but I&#8217;m using SourceRectAtTime() and need&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-354880"><a href="https://creativecow.net/forums/thread/add-random-value-at-random-intervals-ranges/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b5f6ecf7cd65e21bef3c4d9c441763fd</guid>
				<title>Mikael Johnsson started the discussion Setting a paragraphs text bounding box, boxTextSize in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/setting-a-paragraphs-text-bounding-box-boxtextsize/</link>
				<pubDate>Thu, 08 Jul 2021 13:37:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/setting-a-paragraphs-text-bounding-box-boxtextsize/">Setting a paragraphs text bounding box, boxTextSize</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m trying to make a super flexible Mogrt and I need to adjust the width of a paragraphs bounding box according to a layout alternative. I&#8217;ve read and tried using &#8220;boxTextSize&#8221; in the Source Text field, but I guess I&#8217;m to dumb.</p>
<p>TL;DR</p>
<p>I need to set the x value of <b>boxTextSize</b> using expressions. – From what I can read you should be able to r&hellip;<span class="activity-read-more" id="activity-read-more-354807"><a href="https://creativecow.net/forums/thread/setting-a-paragraphs-text-bounding-box-boxtextsize/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a707191fb3f4dc4665b8962d59a9e3d</guid>
				<title>Mikael Johnsson became a registered member</title>
				<link>https://creativecow.net/news-feed/p/351019/</link>
				<pubDate>Thu, 29 Apr 2021 13:48:41 +0000</pubDate>

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