accordion animation

main
alexanderroese 2024-06-22 16:03:19 +02:00
parent 4a5b1a98d9
commit ec6f74299b
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: 150,
duration: 200,
easing: 'linear'
});