What types of conversion functions are supported for static animations in HarmonyOS?
rotate: Rotates the specified angle of the specified assembly along the horizontal or vertical axis or center point
animation-timing-function: Describes the speed curve of animation execution to make the animation smoother
translate: Moves the specified component the required distance horizontally or vertically
scale: Scales the specified component down or in portrait orientation to the desired scale
Submit