urbanlaunchpad / new-market-goods

The digital storefront for New Market Goods
http://urbanlaunchpad.github.io/new-market-goods/
4 stars 5 forks source link

How do fabric text animations on hp work on touch devices? #18

Closed iuloshi closed 10 years ago

iuloshi commented 10 years ago

Probs showing text by default.

iuloshi commented 10 years ago

Per Tympanus code example:

Note that we will use Modernizr to detect touch. But be aware that this is not 100% bulletproof for testing if you are on a touch device as pointed out here. We will replace the hover for the touch and add a class that will trigger the effects when we have detected touch. So you will always see another rule for that in addition to the :hover. We only want the hover to trigger when we don’t detect touch.

iuloshi commented 10 years ago

See comps in issue #34.