Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xenocide122/themeco-lottie-scripts-everywhere

Allows you to use Lottie Scripts everywhere on the Themeco Theme for WordPress
https://github.com/xenocide122/themeco-lottie-scripts-everywhere

php snippet wordpress

Last synced: 23 days ago
JSON representation

Allows you to use Lottie Scripts everywhere on the Themeco Theme for WordPress

Awesome Lists containing this project

README

        

# Themeco Lottie Scripts Everywhere
Allows you to use Lottie Scripts everywhere on the Themeco Theme for WordPress

Place this code in a snippet or in your Functions.PHP file

Then you can add the class names `lottieFiles partyPopper` to an element and use something like this jQuery to insert a Party Popper Lotti File into your page:

```
jQuery(document).ready(function() {
jQuery('.lottieFiles.partyPopper').append('

');
});
```