gsap.utils When to Use This Skill Apply when writing or reviewing code that uses gsap.utils for math, array/collection handling, unit parsing, or value mapping in animations (e.g. mapping scroll to a value, randomizing, snapping to a grid, or normalizing inputs). Related skills: Use with gsap-core , gsap-timeline , and gsap-scrolltrigger when building animations; CustomEase and other easing utilities are in gsap-plugins . Overview gsap.utils provides pure helpers; no need to register. Use in tween vars (e.g. function-based values), in ScrollTrigger or Observer callbacks, or in any JS that dri…