Jump to content

Search the Community

Showing results for tags 'media query'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Gir

    Email Games

    Hey everyone! I've been wondering lately if I could use html5, inline-css, and media queries to make a point-and-click game in webkit-supported email clients? It SEEMS feasible as webkit allows for the use of vector css such as: @-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); } } I understand that there isn't much "graceful degradation" in this when it comes to older clients like Outlook or non-webkit supported clients like Gmail, but I'm optimistic for the future of email. Any advice or help with understanding the rules for something like this would be greatly appreciated. Thanks! P.S.- I've looked everywhere for documentation or even a thread on this, but have come up short.
×
×
  • Create New...