File: D:/HostingSpaces/SBogers10/vebon.komma.pro/resources/views/kms/animations/triangleToMinus.blade.php
<svg viewBox="0 0 10 5">
<polygon points="0,0 2.5,2.5 5,5 7.5,2.5 10,0">
<animate class="animate-to-minus" begin="indefinite" fill="freeze" attributeName="points" dur="250ms" from="0,0 2.5,2.5 5,5 7.5,2.5 10,0" to="0,0 0,2.5 5,2.5 10,2.5 10,0"></animate>
<animate class="animate-to-triangle" begin="indefinite" fill="freeze" attributeName="points" dur="250ms" from="0,0 0,2.5 5,2.5 10,2.5 10,0" to="0,0 2.5,2.5 5,5 7.5,2.5 10,0"></animate>
</polygon>
</svg>