yuanyan / boron

A collection of dialog animations with React.js
https://yuanyan.github.io/boron
MIT License
1.48k stars 153 forks source link

Fix DropModal blur effect on webkit #29

Closed qvist closed 7 years ago

qvist commented 8 years ago

As per #21. Apparently this issue is present only then a webkit browser needs to transform a modal vertically of a half pixel. This is possible when translate3d(-50%, -50%, 0) is done on a modal which height in pixel is an odd number.