.paragraph {
height: 100%;
max-height: 35px;
overflow: hidden;
transition: .5s;
}
.paragraph_all {
max-height: 500px;
transition: .5s;
}
We can't transition height, but we can transition max-height...
const response = await fetch(apiUrl) // вернёт сразу значение response (тот самый PromiseValue)