반응형
반응형

Agile CSS3 Engine: Generate pure CSS3 with JavaScript

CSS - Framework - Javascript / Added on July 1, 2014 / Add to favorites

Agile CSS3 Engine lets you generate pure CSS3 animations using JavaScript. It’s easy to use and cross platform compatible.

agile


Agile

Using javascript generated pure CSS3

Agile is a simpe, fast and easy to use engine which uses javascript generated pure CSS3. Check out examples at http://a-jie.github.io/Agile/

Features

  • Agile uses javascript to generate pure CSS3, without canvas, webGL or SVG.
  • Performant on mobile devices, being truly cross platform.
  • Agile’s API has high similar characteristic with actionscript 3.0, you can learn it in 10 minutes.

Usage

Download the minified library and include it in your html document.

<script src="js/agile.min.js"></script>
반응형
반응형

Card: Friendlier credit card forms for your users

Forms - Javascript / Added on June 29, 2014 / Add to favorites

Card makes your credit card forms way friendlier with just a single line of code. It’s all pure HTML, CSS,  and JavaScript, with no images or other dependencies.

card

반응형
반응형

Multithread.js: Easy in-browser multithreading

Multithread.js makes in-browser multithreading easy, letting you run any code you like without interrupting the user experience. It’s a simple wrapper that lets you avoid using Web Workers and transferable objects.

multithread

Multithread

In-browser multithreading made easy.

Run any business logic you like without interrupting the user experience.

Multithread is a simple wrapper that eliminates the hassle of dealing with Web Workers and transferrable objects.

Run any code you'd like asynchronously, in its own thread, without interrupting the user experience.

반응형
반응형

Framer.js: A prototyping toolkit

 

Framer.js is a toolkit for turning static mockups into interactive and animated prototypes. You can generate assets out of Photoshop, animate layers in 3D space, and more.

framer.js

.

반응형
반응형

Apy: A library for rest API ajax calls

Apy is a client-side library for making rest API ajax calls. It’s simple, well-documented, and easy to get started with.

apy

반응형
반응형

메세지 없이 브라우저를 닫고 싶을때. self.close() 외 2 방법

 

self.close()를 하면 지금 창을 닫을 것인지 물어보는 메세지가 나오는데.

메세지 없이 창을 닫고 싶으면 아래와 같이 하는 꼼수도 있다.

임의이 창을 열어서 해당 창을 호출한 opener를 닫는다든지.

 

자기자신을 닫을 때는 

 

 window.open("about:blank","_self").close();

자기 자신에 윈도우를 하나열어서 자기 자식윈도우로 만든다음에 바로 닫아버린다.
 
팝업이나 Open된 창에서 부모창을 닫을 때


opener.open('about:blank','_self').close();

 

 

 

.

 

반응형

+ Recent posts