Experience-Monks / f1-dom

Create f1 ui with the dom
MIT License
12 stars 4 forks source link

added visibility hidden when alpha is 0 #2

Closed BrendanNeufeld closed 8 years ago

BrendanNeufeld commented 9 years ago

Prevents elements with 0 opacity from triggering click events. Should improve browser rendering performance.

BrendanNeufeld commented 9 years ago
  1. Udated opacity where default conditional was too general.
  2. Updated transform.js to use one dash with prefixes instead of two. For some reason ios 7 safari was not working with "--webkit-transform" so changed all prefixes to one dash "-webkit-transform".
mikkoh commented 9 years ago

@BrendanNeufeld finally had time to look at this pull request but it looks like it cant be auto merged :( Could you take a look at the conflicts and then I'll merge in.