<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Legendary] How to make an animation?]]></title><description><![CDATA[<p dir="auto">And so I know that with eventData.getPartialTicks() in render2D you can somehow make an animation, but how to do it?</p>
]]></description><link>https://forum.liquidbounce.net/topic/1410/legendary-how-to-make-an-animation</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 08:46:58 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1410.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Feb 2021 15:52:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Legendary] How to make an animation? on Sat, 13 Feb 2021 16:13:25 GMT]]></title><description><![CDATA[<p dir="auto">@skidma uh</p>
<pre><code class="language-javascript">function animate(target, current, speed, partialTicks) {
	dif = target - current;
	if (speed &lt; 0) {
		speed = 0;
	}
	if (speed &gt; 1) {
		speed = 1;
	}
	factor = dif * speed * partialTicks;
	if (target &gt; current) {
		current += factor;
	} else {
		current -= factor;
	}
	return current;
}

var shit;
//...(the following lines of code will use Core)
	
	onRender2D: function(event) {
		shit = animate(target_here, shit, speed_here, event.getPartialTicks());
		//too lazy since it's late rn
	}

</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/10804</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10804</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Sat, 13 Feb 2021 16:13:25 GMT</pubDate></item><item><title><![CDATA[Reply to [Legendary] How to make an animation? on Sat, 13 Feb 2021 16:01:20 GMT]]></title><description><![CDATA[<p dir="auto">@asutoboki-kun <img src="/assets/uploads/files/1613232033872-dadad.png" alt="dadad.png" class=" img-fluid img-markdown" /><br />
<a href="https://www.youtube.com/watch?v=p22yUSDPo1M&amp;ab_channel=IntentStore" target="_blank" rel="noopener noreferrer nofollow ugc"><i class="fa fa-youtube" aria-hidden="true"></i> ZERODAY B20.6 RELEASED | HYPIXEL ZOOMING &amp; BOOMING <small>–  01:59<br />— Intent Store</small></a></p><div class="js-lazyYT lazyYT-container" data-youtube-id="p22yUSDPo1M" data-width="640" data-height="360" data-parameters style="width:640px;padding-bottom:360px">
 <div class="ytp-thumbnail lazyYT-image-loaded" style="background-image:url(&quot;https://i.ytimg.com/vi/p22yUSDPo1M/hqdefault.jpg&quot;)">
  <button class="ytp-large-play-button ytp-button" tabindex="23" aria-live="assertive" style="transform:scale(0.85)" onclick="$(this).lazyYT(this);return false;">
   <svg height="100%" version="1.1" viewbox="0 0 68 48" width="100%">
    <path class="ytp-large-play-button-bg" d="m .66,37.62 c 0,0 .66,4.70 2.70,6.77 2.58,2.71 5.98,2.63 7.49,2.91 5.43,.52 23.10,.68 23.12,.68 .00,-1.3e-5 14.29,-0.02 23.81,-0.71 1.32,-0.15 4.22,-0.17 6.81,-2.89 2.03,-2.07 2.70,-6.77 2.70,-6.77 0,0 .67,-5.52 .67,-11.04 l 0,-5.17 c 0,-5.52 -0.67,-11.04 -0.67,-11.04 0,0 -0.66,-4.70 -2.70,-6.77 C 62.03,.86 59.13,.84 57.80,.69 48.28,0 34.00,0 34.00,0 33.97,0 19.69,0 10.18,.69 8.85,.84 5.95,.86 3.36,3.58 1.32,5.65 .66,10.35 .66,10.35 c 0,0 -0.55,4.50 -0.66,9.45 l 0,8.36 c .10,4.94 .66,9.45 .66,9.45 z" fill="#1f1f1e" fill-opacity="0.9">
    </path>
    <path d="m 26.96,13.67 18.37,9.62 -18.37,9.55 -0.00,-19.17 z" fill="#fff">
    </path>
    <path d="M 45.02,23.46 45.32,23.28 26.96,13.67 43.32,24.34 45.02,23.46 z" fill="#ccc">
    </path>
   </svg>
  </button>
 </div>
</div><p></p>
<p dir="auto">(TargetHud health bar animation)</p>
]]></description><link>https://forum.liquidbounce.net/post/10803</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10803</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sat, 13 Feb 2021 16:01:20 GMT</pubDate></item><item><title><![CDATA[Reply to [Legendary] How to make an animation? on Sat, 13 Feb 2021 15:58:54 GMT]]></title><description><![CDATA[<p dir="auto">@skidma still can't get it</p>
]]></description><link>https://forum.liquidbounce.net/post/10802</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10802</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Sat, 13 Feb 2021 15:58:54 GMT</pubDate></item><item><title><![CDATA[Reply to [Legendary] How to make an animation? on Sat, 13 Feb 2021 15:54:58 GMT]]></title><description><![CDATA[<p dir="auto">@asutoboki-kun smooth rect animation</p>
]]></description><link>https://forum.liquidbounce.net/post/10800</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10800</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sat, 13 Feb 2021 15:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to [Legendary] How to make an animation? on Sat, 13 Feb 2021 15:54:39 GMT]]></title><description><![CDATA[<p dir="auto">@skidma wdym animation</p>
]]></description><link>https://forum.liquidbounce.net/post/10799</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10799</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Sat, 13 Feb 2021 15:54:39 GMT</pubDate></item></channel></rss>