@charset "UTF-8";
@keyframes nl-animate-ppt-path-move {
    /* 之前语法 */
    100% { motion-offset: 100%;}
    /* 当前规范语法 */
    100% { offset-distance: 100%;}
}
.nl-animate{

}
.nl-animate-ppt-path{
    animation: nl-animate-ppt-path-move
}