dmotz / oriDomi

🪭 Fold up DOM elements like paper
https://oxism.com/oriDomi
MIT License
2.41k stars 207 forks source link

Firefox Antialias fix #5

Closed tholman closed 12 years ago

tholman commented 12 years ago

Little known secret... adding

hMask.style.outline = '1px solid transparent';

should fix your firefox antialias issue.

dmotz commented 12 years ago

Yep, I use that technique in oriDomi for an option you can pass as forceAntialiasing: true.

It's disabled by default since it seems to have a big performance hit when animating. Hoping Mozilla fixes it soon.