Re: Shadow Effect for Gears
Posted: 16 March 2021, 19:42
This is indeed specific to safari/ios. You should avoid filter drop shadow and use either box-shadow if possible (not the case here), or static shadows inside the assets
This is indeed specific to safari/ios. You should avoid filter drop shadow and use either box-shadow if possible (not the case here), or static shadows inside the assets
Thanks Tisaac. Static shadows inside the assets is not an option here either since with the gears turning the shadow would get misplaced. I suppose I'll have to look in how to disable this style for Safari then.