accordion animation

main
alexanderroese 2024-06-22 16:03:05 +02:00
parent fc1a8b622a
commit 4a5b1a98d9
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
// Set the keyframes from the startHeight to endHeight
height: [startHeight, endHeight]
}, {
duration: 300,
duration: 150,
easing: 'linear'
});