热门标签
更多>
搜索结果
查询Tags标签: Animations,共有 2条记录-
manim updater animations
Scene1 创建长方体并移动:class myjob(Scene):def construct(self):box = Rectangle(stroke_color = GREEN_C, stroke_opacity = 0.7, fill_color = RED_B, fill_opacity = 0.5, height = 1, widhth = 1)self.add(box)self.play(box.animate.shift(RIGHT*2), run_time = …
2022/6/11 23:50:20 人评论 次浏览 -
Android开发之Animations动画用法实例详解
这篇文章主要介绍了Android开发之Animations动画用法,结合实例形式详细分析了Animations动画的类型、组成、模式及对应的使用技巧,需要的朋友可以参考下
2019/7/7 19:58:28 人评论 次浏览