Skip to content

Commit

Permalink
bugfxi
Browse files Browse the repository at this point in the history
  • Loading branch information
qkiroc committed Dec 9, 2024
1 parent 62208ac commit c29f99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/amis-core/src/components/Animations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ function Animations({
function initAnimationTimeout() {
const animations = schema?.animations;
const animationTimeout = {
enter: 1000,
exit: 1000
enter: 0,
exit: 0
};
if (animations) {
if (animations.enter) {
Expand Down

0 comments on commit c29f99f

Please sign in to comment.