Lemon

Size
4,621 Kb
Views
38,456

How do I make an lemon?

Nothing much happening here, apart from some slightly animated lemon juice. Just putting it here to easily show it later.. What is a lemon? How do you make a lemon? This script and codes were developed by Anghelos Coulon on 31 August 2022, Wednesday.

Lemon Previews

Lemon - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>lemon</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body{ background-color:whitesmoke;
}
.container{ position:absolute; margin:auto; top:0;right:0;bottom:0;left:0; width:300px; max-width:80%; height:400px; max-height:100%;
}
svg{ position:absolute; top:0; left:0; width:100%; height:100%;
}
.st0{fill:#FFFBEE;}
.st1{fill:#F7DB63;}
.st2{fill:#FFE861;}
@-webkit-keyframes squeeze{ 0%{ -webkit-transform: scale(1,1) translate(0px,0); } 30%{ -webkit-transform: scale(0.9,1) translate(12px,0); } 40%{ -webkit-transform: scale(0.9,1) translate(12px,0); } 70%{ -webkit-transform: scale(1,1) translate(0px,0); }
}
@keyframes squeeze{ 0%{ transform: scale(1,1) translate(0px,0); } 30%{ transform: scale(0.9,1) translate(12px,0); } 50%{ transform: scale(0.9,1) translate(12px,0); } 80%{ transform: scale(1,1) translate(0px,0); }
}
@-webkit-keyframes drop{ 0%{ opacity:0; -webkit-transform:translate(0,-20px); } 10%{ opacity:1; } 15%{ opacity:1; } 30%{ opacity:0; -webkit-transform:translate(0,30px); }
}
@keyframes drop{ 0%{ opacity:0; transform:translate(0,-20px); } 10%{ opacity:1; } 15%{ opacity:1; } 30%{ opacity:0; transform:translate(0,30px); }
}
#lemon{ -webkit-animation: squeeze 3s ease-in-out infinite; animation: squeeze 3s ease-in-out infinite;
}
#drop1{ opacity:0; -webkit-animation: drop 3s ease-in .8s infinite; animation: drop 3s ease-in .8s infinite;
}
#drop2{ opacity:0; -webkit-animation: drop 3s ease-in .5s infinite; animation: drop 3s ease-in .5s infinite;
}
#drop3{ opacity:0; -webkit-animation: drop 3s ease-in 1.1s infinite; animation: drop 3s ease-in 1.1s infinite;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <body> <div class="container"> <?xml version="1.0" encoding="utf-8"?>
<!-- Made by Anghelos Coulon, under a Creative Commons licence -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="229px" height="340.7px" viewBox="0 0 229 340.7" style="enable-background:new 0 0 229 340.7;" xml:space="preserve">
<g id="lemon">	<g>	<path class="st0" d="M116.5,208.1c-52.7,0-95.6-42.9-95.6-95.6s42.9-95.6,95.6-95.6s95.6,42.9,95.6,95.6S169.2,208.1,116.5,208.1z	"/>	<path class="st1" d="M116.5,19.9c51.2,0,92.6,41.5,92.6,92.6s-41.5,92.6-92.6,92.6s-92.6-41.5-92.6-92.6S65.3,19.9,116.5,19.9 M116.5,14c-26.3,0-51.1,10.2-69.7,28.9C28.2,61.5,18,86.2,18,112.5s10.2,51.1,28.9,69.7c18.6,18.6,43.3,28.9,69.7,28.9	s51.1-10.2,69.7-28.9c18.6-18.6,28.9-43.3,28.9-69.7s-10.2-51.1-28.9-69.7C167.6,24.2,142.8,14,116.5,14L116.5,14z"/>	</g>	<g>	<path class="st2" d="M186,89c2-9.1,0.1-19-6.2-26.9c-1.3-1.6-2.6-3.2-4-4.7c-6.3-6.8-14.9-10.2-23.4-10.2c-0.8,0-1.5,0-2.3,0.1	c-4.9-8-13.2-13.7-23.2-15c-2-0.3-4.1-0.5-6.2-0.6c-0.6,0-1.1,0-1.7,0c-0.1,0-0.3,0-0.4,0c-0.7,0-1.4-0.1-2.1-0.1	c-2,0-4.1,0.1-6.1,0.2c-10,0.8-18.6,6.1-23.9,13.8c-1.3-0.2-2.6-0.2-4-0.2c-8,0-16,3-22.2,9c-1.5,1.4-2.9,2.9-4.3,4.5	c-6.7,7.5-9.1,17.3-7.6,26.5C40.9,91,36,99.9,35.7,109.9c0,0.9,0,1.7,0,2.6c0,1.2,0,2.4,0.1,3.5c0.4,10.1,5.5,18.8,13,24.4	c-1.4,9.2,1.1,19,7.9,26.5c1.4,1.5,2.8,3,4.3,4.4c6.2,5.8,14.1,8.7,22,8.7c1.4,0,2.9-0.1,4.3-0.3c5.4,7.6,14,12.9,24.1,13.5	c1.7,0.1,3.5,0.2,5.2,0.2c0.3,0,0.6,0,0.9,0c10.1-0.1,19-4.9,24.8-12.2c2,0.4,4,0.6,6,0.6c7.3,0,14.7-2.5,20.7-7.6	c1.6-1.3,3.1-2.7,4.6-4.2c7.1-7.1,10.2-16.7,9.3-26c7.8-5.1,13.3-13.6,14.3-23.6c0.2-2,0.3-4.1,0.4-6.2	C197.6,104.1,193.1,95,186,89z M108.8,95.5c1.3,0.2,2.6,0.2,3.9,0.2c0.8,0,1.6-0.3,2.4-0.4c0.2,0,0.5-0.3,0.7-0.3c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.5,0-0.5,0v0.7c0,0,0.6-0.1,0.7-0.1	c0.1,0,0.4,0,0.6,0c0.1,0,0.3,0,0.5,0c0,0,0-0.3,0-0.3c0,0,0-0.3,0.1-0.3c0,0,0,0,0,0c0,0,0,0.3,0,0.3c0,0,0,0.2,0,0.2	c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0,0-0.3,0-0.3c0,0,0-0.3,0-0.3c0,0,0,0,0,0c0,0,0,0.3,0,0.3c0,0,0,0.2,0,0.2c0,0,0,0.1,0,0.1	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0-0.3,0-0.3c0,0,0-0.3,0-0.3c0,0,0,0,0,0c0,0,0,0.3,0,0.3c0,0,0,0.2,0,0.2	c0.2,0,0.3,0.1,0.5,0.1c1.4,0.2,2.8,0.3,4.1,0.3c0.7,0,1.5,0,2.2,0c1.1,1.8,2.4,3.1,3.9,5.1h0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0.1	c-3.1-3.5-7.6-5.6-12.6-5.6c-4.6,0-8.8,1.8-11.9,4.8c0,0,0,0,0.1-0.1C106.3,98.8,107.7,97.2,108.8,95.5z M99.2,119.6	c0.3-2.1,0.4-4.5,0.4-6.7c0-0.2,0.1,0,0.1-1H99c0,0,0,0.6,0,0.6c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0-2.2,0.2-4.3-0.1-6.4c1.7-1.3,3.4-2.7,4.8-4.3c0,0,0.1-0.1,0.1-0.1	c-2.7,3-4.3,7-4.3,11.3c0,4.4,1.7,8.4,4.4,11.4c0,0,0,0,0,0C102.5,122.3,100.9,120.9,99.2,119.6z M104,123.9	c0.1,0.1,0.2,0.2,0.3,0.3c-0.1-0.1-0.1-0.1-0.2-0.2C104.1,124,104,124,104,123.9z M123.1,130c-1.9-0.4-3.9-0.3-6-0.3	c-0.1,0-0.3,0.3-0.4,0.3c-0.1,0,0,0,0,0l0,0c0,0-0.2,0-0.2,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0l0.1-0.3	c-0.1,0-0.2-0.3-0.2-0.3v0c0,0-0.1,0.5-0.2,0.5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.2-0.3-0.3-0.3c-0.7,0-1.4-0.2-2.1-0.2c-1.5,0-2.9,0-4.3,0.2	c-1.2-1.7-2.6-3.4-4.2-4.9c-0.1,0-0.1-0.1-0.2-0.2c3.1,3,6.9,4.8,11.5,4.8c4.2,0,8.8-1.6,10.8-4.1c0,0,0,0,0,0	c0,0,0.2,0.1,0.2,0.1C125.5,126.9,124.4,128.4,123.1,130z M127.7,125.6L127.7,125.6L127.7,125.6L127.7,125.6z M127.8,125.1	c0.1-0.1,0.3-0.2,0.4-0.4C128.2,124.9,128.1,125,127.8,125.1z M129,123.9c2.5-2.7,4.4-6.2,4.7-10.1c0,0.1,0.3,0.1,0.3,0.2	c0,0,0,0,0,0c0,0-0.3,0-0.3,0c0,0-0.2,0.1-0.2,0.1c-0.2,2.2-0.3,4.3-0.1,6.4C132,121.5,130.4,122.7,129,123.9z M133.5,112.8	c0,0.1,0,0.1,0,0.2c0-0.2,0-0.3,0-0.5c0-4-1.4-7.7-3.8-10.6c0,0,0.1,0.1,0.1,0.1c1.4,1.7,2.8,3.2,4.4,4.6	C133.8,108.6,133.5,110.7,133.5,112.8z"/>	<path class="st2" d="M115.9,95.6C115.9,95.6,115.9,95.6,115.9,95.6C115.9,95.6,115.9,95.6,115.9,95.6L115.9,95.6z"/>	</g>	<g>	<path class="st0" d="M130.8,121.5c3-4.9,3.2-10.6,1.1-15.5c0,0,0,0.1,0.1,0.1l59-24.5c-0.8-1.9-1.7-3.8-2.6-5.6l-57,29	c0,0,0,0.1,0,0.1c-1.4-2.7-3.5-5.1-6.3-6.8c0,0-0.1,0-0.1-0.1c0,0,0.1,0,0.1,0l33.2-54.6c-1.7-1.1-3.6-2.1-5.4-3l-29,57	c0,0,0.1-0.1,0.1-0.1c-4-2.1-8.5-3.4-12.5-1.4c0,0,0,0,0,0c0,0,0,0.2,0,0.2c0,0,0,0.1,0,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1	c0,0,0,0,0,0c0.1,0,0.2,0.1,0.2,0.1L95.5,34.4c-2,0.5-4,1.2-5.9,1.9l21.2,60.4c0,0,0,0,0,0c-3.6,1.2-6.7,3.7-8.9,7.2	c-2.7,4.4-3.1,9.5-1.7,14.1c0,0,0-0.1,0-0.1l-61,19.2c0.6,2,1.3,3.9,2.1,5.8l59.3-23.8c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0	c1.3,3.3,3.6,6.2,6.9,8.2c0.5,0.3,0.9,0.5,1.4,0.8c0,0,0,0-0.1,0l-28.3,57.3c1.9,0.9,3.8,1.8,5.7,2.5l23.8-59.3c0,0,0,0,0,0	c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0c4.2,1.7,8.7,1.7,12.7,0.1c0,0,0,0,0,0c0,0,0.1,0.1,0.1,0.1	c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0.1-0.3,0-0.4,0.1c0,0,0,0,0,0c0,0,0,0.2,0,0.2c0,0,0,0.2,0,0.2c0,0,0,0,0,0l21.9,59.9	c1.9-0.7,3.9-1.6,5.7-2.4l-26.4-58.3C126.4,126.8,129,124.5,130.8,121.5z M122.8,128.4C122.8,128.4,122.8,128.4,122.8,128.4	C122.8,128.4,122.7,128.4,122.8,128.4C122.7,128.4,122.7,128.4,122.8,128.4C122.7,128.4,122.7,128.4,122.8,128.4	C122.7,128.4,122.7,128.4,122.8,128.4C122.7,128.4,122.7,128.4,122.8,128.4c0.1-0.1,0.4-0.2,0.6-0.3	C123.2,128.2,123,128.3,122.8,128.4z"/>	<path class="st0" d="M132.4,118.9C132.4,118.9,132.4,118.9,132.4,118.9c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0	c0,0,0,0,0,0c-0.1,0.2-0.2,0.4-0.2,0.5l58.5,25.8c0.8-1.9,1.6-3.8,2.3-5.8l-60.2-21.1C132.4,118.5,132.5,118.8,132.4,118.9z"/>	<path class="st0" d="M101.1,105.2C101.1,105.2,101.1,105.2,101.1,105.2C101.1,105.2,101.1,105.2,101.1,105.2	C101.1,105.2,101.1,105.2,101.1,105.2C101.1,105.2,101.1,105.2,101.1,105.2C101.1,105.1,101.1,105.1,101.1,105.2	C101.1,105.1,101.1,105.1,101.1,105.2c0.1-0.1,0.1-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.1l0,0c0,0,0.1-0.1,0.1-0.2	c0,0,0,0,0,0c0,0,0,0,0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.2,0-0.2,0c0,0-0.2,0-0.2,0c0,0,0,0,0,0	c0-0.1,0.3-0.1,0.3-0.2L45.4,73.7c-1,1.8-1.9,3.7-2.7,5.5l58.2,26.4C100.9,105.5,101,105.3,101.1,105.2z"/>	</g>
</g>
<g id="juices">	<path id="drop1" class="st2" d="M99.3,256.2c0,7-5.7,12.7-12.7,12.7c-7,0-12.7-5.7-12.7-12.7c0-11.5,4.9-21.9,12.7-29.3	C94.5,234.2,99.3,244.6,99.3,256.2z"/>	<path id="drop2" class="st2" d="M131.3,268.2c0,7-5.7,12.7-12.7,12.7c-7,0-12.7-5.7-12.7-12.7c0-11.5,4.9-21.9,12.7-29.3	C126.5,246.2,131.3,256.6,131.3,268.2z"/>	<path id="drop3" class="st2" d="M159.3,253.2c0,7-5.7,12.7-12.7,12.7c-7,0-12.7-5.7-12.7-12.7c0-11.5,4.9-21.9,12.7-29.3	C154.5,231.2,159.3,241.6,159.3,253.2z"/>
</g>
</svg>
</div>
</body>
</body>
</html>

Lemon - Script Codes CSS Codes

body{ background-color:whitesmoke;
}
.container{ position:absolute; margin:auto; top:0;right:0;bottom:0;left:0; width:300px; max-width:80%; height:400px; max-height:100%;
}
svg{ position:absolute; top:0; left:0; width:100%; height:100%;
}
.st0{fill:#FFFBEE;}
.st1{fill:#F7DB63;}
.st2{fill:#FFE861;}
@-webkit-keyframes squeeze{ 0%{ -webkit-transform: scale(1,1) translate(0px,0); } 30%{ -webkit-transform: scale(0.9,1) translate(12px,0); } 40%{ -webkit-transform: scale(0.9,1) translate(12px,0); } 70%{ -webkit-transform: scale(1,1) translate(0px,0); }
}
@keyframes squeeze{ 0%{ transform: scale(1,1) translate(0px,0); } 30%{ transform: scale(0.9,1) translate(12px,0); } 50%{ transform: scale(0.9,1) translate(12px,0); } 80%{ transform: scale(1,1) translate(0px,0); }
}
@-webkit-keyframes drop{ 0%{ opacity:0; -webkit-transform:translate(0,-20px); } 10%{ opacity:1; } 15%{ opacity:1; } 30%{ opacity:0; -webkit-transform:translate(0,30px); }
}
@keyframes drop{ 0%{ opacity:0; transform:translate(0,-20px); } 10%{ opacity:1; } 15%{ opacity:1; } 30%{ opacity:0; transform:translate(0,30px); }
}
#lemon{ -webkit-animation: squeeze 3s ease-in-out infinite; animation: squeeze 3s ease-in-out infinite;
}
#drop1{ opacity:0; -webkit-animation: drop 3s ease-in .8s infinite; animation: drop 3s ease-in .8s infinite;
}
#drop2{ opacity:0; -webkit-animation: drop 3s ease-in .5s infinite; animation: drop 3s ease-in .5s infinite;
}
#drop3{ opacity:0; -webkit-animation: drop 3s ease-in 1.1s infinite; animation: drop 3s ease-in 1.1s infinite;
}
Lemon - Script Codes
Lemon - Script Codes
Home Page Home
Developer Anghelos Coulon
Username anguo
Uploaded August 31, 2022
Rating 3
Size 4,621 Kb
Views 38,456
Do you need developer help for Lemon?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Anghelos Coulon (anguo) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!