Package io.rong.imkit.picture.tools
Class AnimUtils
-
- All Implemented Interfaces:
public class AnimUtils
-
-
Constructor Summary
Constructors Constructor Description AnimUtils()
-
Method Summary
Modifier and Type Method Description static void
zoom(View view, boolean isZoomAnim)
static void
disZoom(View view, boolean isZoomAnim)
static void
rotateArrow(ImageView arrow, boolean flag)
箭头旋转动画 -
-
Method Detail
-
zoom
static void zoom(View view, boolean isZoomAnim)
-
disZoom
static void disZoom(View view, boolean isZoomAnim)
-
rotateArrow
static void rotateArrow(ImageView arrow, boolean flag)
箭头旋转动画
- Parameters:
arrow
- ImageViewflag
- 是否向上
-
-
-
-