# animation-range-end

The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e. where along the timeline an animation will end.

# uni-app x 兼容性 ?

Android iOS HarmonyOS
x x x

# App平台拍平(flatten)兼容性 ?

Android(Vapor) iOS(Vapor) HarmonyOS(Vapor)
x x x

# 语法

animation-range-end: [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#;

# 默认值

normal

# 参见