# TheMoon **Repository Path**: juer2017/TheMoon ## Basic Information - **Project Name**: TheMoon - **Description**: 流星效果和嫦娥奔月动画。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-12 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 详情请参考 [Android开发中秋之嫦娥奔月](https://juejin.cn/post/7008429894967230478) ### 2021.09.17 新增嫦娥奔月帧动画。 ``` // 提取帧动画 anim = (AnimationDrawable) binding.ivChange.getBackground(); //开始动画 anim.start(); ``` drawable下的anim_gif.xml文件 ``` ```