1. User describes the need for a utility function in GSAP (e.g., clamping a value, mapping a range).
2. Identify the specific `gsap.utils` function that addresses the need (e.g., `clamp`, `mapRange`).
3. Determine if an immediate value or a reusable function is required.
4. Provide the appropriate code snippet demonstrating the usage of the function.
5. Explain the parameters and return value of the function.
6. Integrate the function into the GSAP animation code.
7. Test the animation to ensure the utility function is working as expected.