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

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions