Ecodev / fab-speed-dial

Angular Material FAB speed dial
https://ecodev.github.io/fab-speed-dial
MIT License
89 stars 19 forks source link

spin90 and changing icon #24

Closed DatL4g closed 3 years ago

DatL4g commented 4 years ago

Please add spin 90

.spin90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

And please provide a method to specify the icon when it's closed and when its open.

Example: So when it's closed it shows a 'check' and when you click on it and open it the icon changes to 'close'

ngehlert commented 3 years ago

@DATL4G You should be able to do the icon stuff by yourself with a smiple *ngIf switch based on the open state

PowerKiKi commented 3 years ago

This is now very unlikely to be implemented, so closing.