When an is clicked inside an the entire ion-item briefly turns gray (animation). Through some debugging I found that the style “activated” is attached to the enclosing ion-item during the click. The style causes the highlighting of the ion-item. It is sufficient for the checkbox itself to animate. As it stands now, I get two animations, one for the checkbox and another for the enclosing ion-item.
I would like to entirely remove any animation effects on the enclosing ion-item of the ion-checkbox. I’d like to limit the behavior to a specific UI, not the entire app.
How can I do that?
Thanks
Jason