Skip to content

Commit

Permalink
Правит форматирование
Browse files Browse the repository at this point in the history
  • Loading branch information
akhmadullin committed Nov 18, 2024
1 parent 4b772c7 commit 4b209f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/starting-style/demos/dialog-animation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@
margin: auto;
}

/* стили для открытого диалога */
/* стили для открытого диалога */
dialog {
opacity: 1;
scale: 1;
transition:
transition:
opacity 0.4s ease-in,
scale 0.4s ease-in,
display 0.4s ease-in allow-discrete;
}

/* стили для открывающегося диалога */
@starting-style {
@starting-style {
dialog {
opacity: 0;
scale: 1.1;
opacity: 0;
scale: 1.1;
}
}

Expand Down

0 comments on commit 4b209f1

Please sign in to comment.