Answer the question
In order to leave comments, you need to log in
-webkit-transform and Google Maps API
Good afternoon everyone,
Google maps for moving from one point to another uses for webkit -webkit-transform - translateZ (0) for almost all blocks and matrix () for the main one. But when using these properties, the background of the child block disappears if it is set to fixed.
Other browsers simply use top and left offsets.
So the question is, is it possible to “disable” this behavior for webkits using standard API tools? Docks looked, but found nothing of the sort.
Thank you.
Answer the question
In order to leave comments, you need to log in
As far as I know, it is impossible to disable it by standard means (too strange a case).
As for non-webkit browsers, it's very strange, because browsers that support transitions will, in theory, work faster with them than through top and left.
Perhaps your case: stackoverflow.com/questions/2637058/positions-fixed-doesnt-work-when-using-webkit-transform .
If not, can you give an example?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question