<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.sncapedia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFrootyeffect.css</id>
	<title>Template:Frootyeffect.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.sncapedia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFrootyeffect.css"/>
	<link rel="alternate" type="text/html" href="https://www.sncapedia.org/index.php?title=Template:Frootyeffect.css&amp;action=history"/>
	<updated>2026-04-16T16:19:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://www.sncapedia.org/index.php?title=Template:Frootyeffect.css&amp;diff=19516&amp;oldid=prev</id>
		<title>Editor: frooty effect</title>
		<link rel="alternate" type="text/html" href="https://www.sncapedia.org/index.php?title=Template:Frootyeffect.css&amp;diff=19516&amp;oldid=prev"/>
		<updated>2026-03-01T18:48:13Z</updated>

		<summary type="html">&lt;p&gt;frooty effect&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.content {&lt;br /&gt;
  position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.effect h2 {&lt;br /&gt;
  color: #fff;&lt;br /&gt;
  font-size: 8em;&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  transform: translate(-50%, -50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.effect{&lt;br /&gt;
  color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.effect {&lt;br /&gt;
  color: #FFA500;&lt;br /&gt;
  animation: animate 4s ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
/*This is the animation for the juice effect If you want to edit it open up the froot template and hit inspect element-&amp;gt; style editor -&amp;gt; style sheet 4. so you can edit it and test in real time&lt;br /&gt;
before publishing */ &lt;br /&gt;
@keyframes animate {&lt;br /&gt;
&lt;br /&gt;
  0%,&lt;br /&gt;
  100% {  /* xposition%,yposition. the more you add here the more realistic the liquid effect will look/reduce sharp edges. However to much may cause performance issues for phonegods*/&lt;br /&gt;
    clip-path:polygon(0%5%,16%10%,33%5%,54%9%,70%7%,84%6.2%,100%7%,100%100%,0%100%)&lt;br /&gt;
  }&lt;br /&gt;
  50% { /*second animation. the template will cycle between the one on the top and the one on the bottom forever creating the illusion of liquid. may add more than just 2 states*/&lt;br /&gt;
    clip-path:polygon(0%8%,16%7%,34%11.6%,51%11.2%,67%12.0%,84%12.5%,100%10.6%,100%100%,0%100%)&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Editor</name></author>
	</entry>
</feed>