# 前言

#### GSAP 是什么？

GSAP（GreenSock Animation Platform）是一个由 Flash 转型到 HTML5 的动画平台。之所以称为“平台”，是因为它统一了 DOM、Canvas 和 SVG 的动画实现，解决了 Web 长久以来的兼容性问题，并提供了“时间轴（Timeline）”和易用强大的插件。

#### 翻译约定

* tween：过渡、补间、补间动画
* ease：缓动、缓动函数

#### Cheat Sheet

[GreenSock Cheat Sheet](https://ihatetomatoes.net/greensock-cheat-sheet/#more-6001)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jchehe.gitbook.io/gsap-2-cn/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
