GSAP icon indicating copy to clipboard operation
GSAP copied to clipboard

GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web

Results 18 GSAP issues
Sort by recently updated
recently updated
newest added

## Problem In PixiJS V8, I get an error when trying to animate the fill color of a `PIXI.Graphics` using the PixiPlugin. ## Example https://codepen.io/matt-bp/pen/XWQYgVK Uncomment the second `gsap.to` to...

Demo: https://codepen.io/7ingyu/pen/PoLgXKy ![image](https://github.com/greensock/GSAP/assets/78402930/2b93b739-a6f6-46de-a318-0af656a16837) ![image](https://github.com/greensock/GSAP/assets/78402930/c1582db8-b841-4a38-82f5-cde16227903b) I'm currently using the MotionPathPlugin to animate some fish in a pond. (See above demo for sample code). I generate random paths for the fish the...

I believe these fields need to be added to your `package.json`: ```json "type": "module", "exports": { "import": "./esm/index.js", "require": "./dist/gsap.js", "types": "./types/index.d.ts" }, ```

Hi GSAP Team, It would incredibly helpful for finessing the timing of animations, and debugging timeline based animation issues if there was a method of visualising timeline labels with the...

should `T|undefined` ![image](https://github.com/user-attachments/assets/a49e53bb-5dac-49bf-a48c-0bbdc96e7ed7) because if id not existe, it return undefined and make crash app ![image](https://github.com/user-attachments/assets/e324a725-f8e3-4c19-bc51-6993db6490f6)

Doc Link: https://gsap.com/docs/v3/Plugins/Draggable/static.create()/ After "Any of the following properties can be defined:", but there is no properties listed: ![image](https://github.com/user-attachments/assets/79b72f2a-56aa-4b8c-b5c4-82405bf994c6)

Draggable doesn't allow text fields to be focused: https://codepen.io/BlazgoCompany/pen/oNrBJOm To focus the textbox, you have to click the textbox **multiple** times. To unfocus, you have to either: 1. Click the...

In the [docs](https://gsap.com/docs/v3/Plugins/PixiPlugin/) it says: > Plus PixiJS defines rotational values in radians instead of degrees which isn't as intuitive for most developers and designers. PixiPlugin saves you a bunch...