Skip to content

Commit

Permalink
bug修复:pageNo===0时,即打开第1个页面时,在鸿蒙平台动画不能真正的停止
Browse files Browse the repository at this point in the history
  • Loading branch information
58liuyang committed Feb 22, 2024
1 parent 24eb50a commit 701ca3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-router/src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function loadAnimateStyle (ms = 300) {
.taro_router .taro_page.taro_tabbar_page,
.taro_router .taro_page.taro_page_show.taro_page_stationed {
transform: none;
transition: none;
}
.taro_router .taro_page.taro_page_show {
Expand Down

0 comments on commit 701ca3a

Please sign in to comment.