hamed-ehtesham / pretty-checkbox-vue

Quickly integrate pretty checkbox components with Vue.js
MIT License
261 stars 31 forks source link

p-switch with toggle option is not being animated #8

Closed davidjr82 closed 6 years ago

davidjr82 commented 6 years ago

With this code, p-switch is not being animated:

` On

`

but with this is being animated:

` On

`

I guess this in not working as expected.

hamed-ehtesham commented 6 years ago

Hi @davidjr82 ,

thanks for using this library,

switch animation is not supported in toggle mode, that's how main library (pretty-checkbox) works and has nothing to do with this library

davidjr82 commented 6 years ago

Perfect! I was playing with it and I saw that. Thanks for the answer!