WP Manifestindependent plugin directory
manifest / builders / gsap-elementor-toolkit

GSAP Elementor Toolkit

Professional GSAP animation toolkit for WordPress & Elementor with ScrollTrigger, Mouse Effects and Visual Controls.

by Your Name · github.com/omco099/gsap-elementor-toolkit · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/omco099/gsap-elementor-toolkit/archive/refs/heads/main.zip

Professional GSAP animation toolkit for WordPress and Elementor.

Architecture Overview

This plugin scaffold provides a clean, OOP-based WordPress plugin structure with PSR-4-ready autoloading and a bootstrap entry point.

Included structure

  • assets/ for CSS, JavaScript, and images
  • includes/Core/ for the plugin bootstrapper
  • includes/Admin/ for admin-related services
  • includes/Elementor/ for Elementor integration hooks
  • includes/GSAP/ for future GSAP integration
  • includes/Helpers/, Interfaces/, and Traits/ for shared support code
  • tests/ for future PHPUnit or integration tests

Requirements

  • PHP 8.1+
  • WordPress Coding Standards friendly structure
  • OOP architecture
  • PSR-4 ready

Notes

No GSAP implementation has been added yet. The plugin is ready for future feature development.