Copyright 2022 JD, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
XAnimation
1)项目介绍
本库是基于Lottie源码二次开发,可以将Lottie使用的json动画文件中的动画属性应用到Android原生控件上,快速完成原生控件动画的开发迭代,支持的Android原生属性动画有:
2)演示效果
3)使用方式
4)展望
未来,XAnimaiton通过动态下发Lottie url链接,可以使APP不发版的情况下,将APP中任意控件展示不同的动画,即动画动态下发。
5)License