O
O
OKF2013-03-07 14:46:03
Google
OKF, 2013-03-07 14:46:03

-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

1 answer(s)
P
Pavel Tyslyatsky, 2013-03-07
@tbicr

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 question

Ask a Question

731 491 924 answers to any question