Skip to content

exitDuration 在特定情况下未能正常生效 #943

@boomwwww

Description

@boomwwww

下面这种情况exitDuration不能正常生效

changeBg:bg.webp -next;
:;
changeBg:none -exitDuration=0 -next; 不能正常生效,背景缓慢消失

但是这下面这种情况exitDuration可以生效

changeBg:bg.webp -exitDuration=0 -next;
:;
changeBg:none -next; 可以生效,背景立刻消失

似乎在某个版本更新之前,上述情况是反过来的,即上面的代码能生效,下面的不能。

初步推测可能与之前的两个pr有关 #827 #853

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions