gsap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>gsap</artifactId> <version>3.13.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>gsap</artifactId> <version>3.13.0</version> <name>gsap</name> <description>GSAP is a framework-agnostic JavaScript animation library that turns developers into animation superheroes. Build high-performance animations that work in **every** major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths,</description> <url>https://gsap.com</url> <organization> <name>gsap</name> <url>https://gsap.com</url> </organization> <licenses> <license> <name>Standard 'no charge' license: https://gsap.com/standard-license.</name> </license> </licenses> <developers> <developer> <name>greensock</name> <email>info@greensock.com</email> </developer> </developers> <scm> <connection>https://github.com/greensock/GSAP.git</connection> <developerConnection>https://github.com/greensock/GSAP.git</developerConnection> <url>https://github.com/greensock/GSAP</url> </scm> <issueManagement> <url>https://gsap.com/community/</url> </issueManagement> </project>