如何使用 Polymer 动画?

How to use Polymer animations?

关于 Polymer 动画,我是否遗漏了任何文档?我正在尝试使用 transform-animation 但我不知道从哪里开始。尝试检查 GitHub 和霓虹灯动画的示例,但当我只想学习最基础的知识时,它们对我来说似乎太复杂了。

我想先在点击 div 时随着时间的推移扩展 divs 的高度。

谢谢!

最好的起点是 this documentation from the Polymer Elements catalog and this 来自 Google 的优秀教程视频。