Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xenocide122/themeco-lottie-scripts-everywhere
- Owner: Xenocide122
- Created: 2024-11-04T12:40:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:46:58.000Z (3 months ago)
- Last Synced: 2024-12-30T06:14:11.828Z (23 days ago)
- Topics: php, snippet, wordpress
- Language: Hack
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Themeco Lottie Scripts Everywhere
Allows you to use Lottie Scripts everywhere on the Themeco Theme for WordPressPlace 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('');
});
```