-
Notifications
You must be signed in to change notification settings - Fork 18
Description
1,属性名称:onAnimationLoaded
原库描述:A callback function which will be called when animation is done loading. This callback is called with no parameters.
不支持原因:HarmonyOS中没有对应属性或接口支持、
2,属性名称:onAnimationFailure
原库描述:A callback function which will be called if an error occurs while working with the animation (loading, running, etc). This callback is called with a string error argument, which contains the error message that occured.
不支持原因:HarmonyOS中没有对应属性或接口支持
3,属性名称:resizeMode
原库描述:Determines how to resize the animated view when the frame doesn't match the raw image dimensions. Supports cover, contain and center.
不支持原因:HarmonyOS中没有对应属性或接口支持
4,属性名称:renderMode
原库描述:a String flag to set whether or not to render with HARDWARE or SOFTWARE acceleration
不支持原因:HarmonyOS中没有对应属性或接口支持
5,属性名称:colorFilters
原库描述:An array of objects denoting layers by KeyPath and a new color filter value (as hex string).
不支持原因:HarmonyOS中没有对应属性或接口支持
6,属性名称:textFiltersIOS
描述:Only iOS, an array of objects denoting text layers by KeyPath and a new string value.
不支持原因:HarmonyOS中没有对应属性或接口支持