Web Designers 3 Plugins Of The Month

I will start a new blog series here: Top 3 Web Designers' Plugin of the Month. The plugins can be in any coding language or stack. I picked them out from what I personally love using, so ease of use is a big factor. You're very welcome to submit tips for plugins you find exciting to work with. Either on my social media or through the contact form.

 

Lottie Player and Lottie Files

Bring engaging animations to any website. Get your beautiful animations into any web page, just by pasting in a snippet of code.

This is how easy you can set up Lottie Player:

<script src="https://unpkg.com/@dotlottie/player-component@2.7.12/dist/dotlottie-player.mjs" type="module"></script>
<dotlottie-player src="https://lottie.host/6f4ee854-3625-4849-8985-e423a0752949/hZWZsrb0zk.json" background="transparent" speed="1" style="width: 300px; height: 300px" direction="1" playMode="normal" loop controls autoplay></dotlottie-player>

https://lottiefiles.com

Anime.js - The complete animator's toolbox

Break free from browser limitations and animate anything on the web with a single API. A fast and versatile JavaScript library.

 

This is how you can set up Anime.js:

<script src="https://cdn.jsdelivr.net/npm/animejs@4.0.0/lib/anime.iife.min.js"></script>
<script>
  const { animate } = anime;
</script>

https://animejs.com

 

daisyUI for faster, cleaner, easier Tailwind CSS development

daisyUI is the Tailwind CSS plugin you will love! It provides useful component class names to help you write less code and build faster.

https://daisyui.com

 

Remember to submit your own tips for what plugins I should try for next month!

Search

Start typing to see results...