最近の記事

2019年03月28日

JavaScript library "spider.js(20180328)" and CSS framework "siren.css(20190513)" released

◇spider.js
Download spider.js

Documentation

The JavaScript library "spider.js" provides functions such as Ajax, DOM animation, and CSS animation.

[Change point]
- Delete seekingMedia method

ECMA Script 6から他のオブジェクト指向言語のようにclass文(prototypeの糖衣構文らしい)が使えるようになっていますが、これを使うと自動的にstrictモードになり、with文が使えなくなってしまいますので、従来通りprototypeベースで作っています。また、インスタンスを生成する際にnew演算子を付ける必要があるので、このnew演算子を付けずに、インスタンスを生成するようにする為に、prototypeベースの方法を採用しました。

◇siren.css
Download spider.css

siren.css Documentation

The CSS framework "siren.css" realizes page design using responsive design and CSS animation.


[change point]
- Add img_left class,img_right_class,p_left class,p_right class,img_clear class,p_clear classes
posted by takatan at 00:57| アプリケーション公開 | このブログの読者になる | 更新情報をチェックする