Skip to content

Commit

Permalink
added cssTransition() for programmatic application and callbacks for
Browse files Browse the repository at this point in the history
css transitions // build test case for cssTransition() // reworked /doc
to have more readable function nav and included documentation into
example page // branched jsdoc templates into own version and added it
to the repo // added configurable id regexes to isolateId() and
isPossibleId() to allow for searching for ids which are not integers
  • Loading branch information
OktarinTentakel committed Jan 10, 2018
1 parent ba5a7e8 commit 060ddc6
Show file tree
Hide file tree
Showing 209 changed files with 15,164 additions and 475 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jqueryannex",
"version": "0.39.0",
"version": "0.40.0",
"homepage": "https://github.com/OktarinTentakel/jqueryannex",
"description": "Lots and lots of nice to have jQuery-additions and everyday helpers. And validation as well!",
"main": "jquery.annex.js",
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.annex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.annex.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.annex.validation-plugin.js.map

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions doc-templates/default/README.md
@@ -0,0 +1,12 @@
The default template for JSDoc 3 uses: [the Taffy Database library](http://taffydb.com/) and the [Underscore Template library](http://underscorejs.org/).


## Generating Typeface Fonts

The default template uses the [OpenSans](https://www.google.com/fonts/specimen/Open+Sans) typeface. The font files can be regenerated as follows:

1. Open the [OpenSans page at Font Squirrel](<http://www.fontsquirrel.com/fonts/open-sans>).
2. Click on the 'Webfont Kit' tab.
3. Either leave the subset drop-down as 'Western Latin (Default)', or, if we decide we need more glyphs, than change it to 'No Subsetting'.
4. Click the 'DOWNLOAD @FONT-FACE KIT' button.
5. For each typeface variant we plan to use, copy the 'eot', 'svg' and 'woff' files into the 'templates/default/static/fonts' directory.

0 comments on commit 060ddc6

Please sign in to comment.