Tech Talk

2013-06-28

Animations ftw

Animate.css


http://daneden.me/animate/

magic.css


http://www.minimamente.com/magic-css3-animations/

Just one more


Nifty Modal Effects
http://tympanus.net/codrops/2013/06/25/nifty-modal-window-effects/

Web Components

with Polymer


Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.

Architecture



 

How to use

<!DOCTYPE html>
<html>
  <head>
    <!-- 1. Shim missing platform features -->
    <script src="polymer-all/platform/platform.js"></script>
    <!-- 2. Load a component -->
    <link rel="import" href="x-foo.html">
  </head>
  <body>
    <!-- 3. Declare the component by its tag. -->
    <x-foo></x-foo>
  </body>
</html>

SaNDBOX


http://nextgen.pl/github.com/Polymer/projects/Sandbox/






http://www.polymer-project.org



Thx.

Made with Slides.com