An open API service indexing awesome lists of open source software.

https://github.com/john32b/djweb

Haxe Library to create simple one-page html5 with pure code.
https://github.com/john32b/djweb

Last synced: about 1 year ago
JSON representation

Haxe Library to create simple one-page html5 with pure code.

Awesome Lists containing this project

README

          

# djWeb

__Language__: HAXE that compiles to JAVASCRIPT
__Author__: John32B [@john32b](https://twitter.com/john32b)

:warning: **Important Note** : This is primarily a personal immature library to help me make some simple HTML pages. Do not rely on this or use this for anything else than to study the code and see how I approached things.

-----------

### Features

djWeb is a small __HAXE__ framework for creating simple one page HTML5 documents with pure code. Meaning all the DOM elements are being created with javascript.

The main ideology is to have a __page__ that consists of __sections__ which are independent from each other and have some basic automation functions like responding to when they are scrolled into view or resizing according to rules.

- WEBM box
- Dynamic Fixed Header
- BG Tile Scroller
- AutoText
- Various DOM tools and Helpers
- Preliminary mobile support
- ScrollAware objects that respond to on-off scroll into view
- Simple Loader class for preloading images and json files

### Example

To see the code in action , please check out my main page that is hosted here on github
http://john32b.github.io