Forum Discussion
mic22
Mar 14, 2021Copper Contributor
Edge Stable version 89.0.774.50 introduces a bug in css Transform
On Edge version 89.0.774.50 all css transform: translate properties like:
transform: translate(3px, 3px);
transform: translateY(3px);
transform: translate3D(3px, 3px, 0);
applied to svg elements (e.g. path) when used with a transition create a flicker.
You can see the issue on stripe.com website or on my codepen which isolates the issue: https://codepen.io/micu22/pen/vYybWWW.
- Deleted
- mic22Copper Contributor
Deleted
Dzięki, wersja .54 rozwiązała problem.
To confirm the latest update 89.0.774.54 has solved the issue, the topic can be closed now.
- DeletedSolved !
Doskonale takie informacje bardzo cieszą !
Należy pamiętać że aktualizacje szybko idą do przodu - cały zespół Microsoft
pracuje nad tym .
A zgłoszenia są potrzebne - dziękuję ci bardzo
Andrzej
- Hi,
did it start happening since version .50 ?
because there is a new version 89.0.774.54 available now, maybe it fixed it