Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 npm install gsap 实现 Gsap,但它不起作用。你能解释一下如何在 Angular 7 中使用 gsap。我想为我的 angualr 7 项目实现动画
使用 npm 安装 gsap 和 gsap 类型:
npm i gsap npm i @types/gsap
然后将 tweenMax 导入到你的 ts 文件中:
import { TweenMax } from 'gsap';