I have this code
<details>
<ul>
<li>dogs</li>
<li>cats</li>
<li>fish</li>
</ul>
</details>
I would like to change the name of the from Details to list, also, I would like the change the opening speed from instant to 500ms. Thanks