svelte-materialify icon indicating copy to clipboard operation
svelte-materialify copied to clipboard

The app-bar component should transitioning necessary property

Open itsdonnix opened this issue 4 years ago • 0 comments

I've got some bad transition when using button component inside app-bar component when switch theme.

https://user-images.githubusercontent.com/16399020/112485033-7404ca00-8db5-11eb-8220-8cc35fc416f5.mp4

BTW it's solved with this

.s-app-bar {
	transition-property: color;
}

itsdonnix avatar Mar 25 '21 14:03 itsdonnix