hikali Posted October 28, 2025 Posted October 28, 2025 Hi, I noticed a few mistakes in the learning document. https://gsap.com/resources/get-started#transform-shorthand rotation: "1.25rad"——Using Radians - no CSS alternative: CSS <angle> values can use the rad unit. repeat: 2——animation-iteration-count: 2: It should be animation-iteration-count: 3. delay: 2——animation-delay: 2: It should be animation-delay: 2s.
Solution Cassie Posted October 29, 2025 Solution Posted October 29, 2025 Updated! Thanks for the heads up!
hikali Posted October 30, 2025 Author Posted October 30, 2025 17 hours ago, Cassie said: Updated! Thanks for the heads up! 已更新!谢谢提醒! Hi, although the table in Docs → Fundamentals → CSS has been updated, the one in Learning → Getting Started → Your first animation has not: 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now