Page 2 of 2

Re: Shadow Effect for Gears

Posted: 16 March 2021, 19:42
by Tisaac
Een wrote: 16 March 2021, 09:16 We indeed have had reports of Safari being slow with some css/graphics upgrades.
Could you try another browser on your computer and let us know if this is indeed specific to Safari?
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

Re: Shadow Effect for Gears

Posted: 17 March 2021, 09:10
by Een
Tisaac wrote: 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
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.

Re: Shadow Effect for Gears

Posted: 17 March 2021, 17:11
by Tisaac
Should be better now :)

Re: Shadow Effect for Gears

Posted: 17 March 2021, 17:30
by Een
Thanks for the help Tisaac!