Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
v1.0.0 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideTriso committed Aug 8, 2017
1 parent 0b48406 commit d77c606
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 5,116 deletions.
Binary file not shown.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

jQuery plugin for **accessible** tab-widgets. **WAI ARIA 1.1** compliant.

* User friendly and accessible
* Only 3KB (minified).
* Fully compatible with [**t** css-framework](https://github.com/DavideTriso/t-css-framework)
* Runs in strict mode.
* SASS/SCSS files for quick UI customisations.

## Dependencies

Expand Down Expand Up @@ -121,7 +120,7 @@ Methods can be called on an initialised tabs widget with following syntax:
```javascript
$('#my-tab-widget').ariaTabs('methodName', methodArgument);
```
The plugin supports foloowing methods: select.
The plugin supports foloowing methods: toggle.


### Select
Expand Down Expand Up @@ -180,10 +179,14 @@ $(window).on('ariaTabs.select', function(event, tabsGroup, index){
});

```
## css

## Using CSS transitions

By default the plugin is configured to use the jQuery methods `fadeIn()`, `fadeOut()` to show/hide tab-panels. Setting the option **cssTransitions** to 'true' will disable the JS animations. This will make possible to implement the transitions with css. In fact, the plugin toggles the classes passed along with the options **btnSelectedClass** and **panelSelectedClass** every time the widget's status is changed.


## LICENSE

This project is licensed under the terms of the **MIT license**.
**Aria tabs** is licensed under the terms of the **MIT license**.

See [LICENSE.md](LICENSE.md) for detailed informations.
94 changes: 28 additions & 66 deletions aria-tabs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aria-tabs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 28 additions & 73 deletions demo/aria-tabs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/aria-tabs.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions scss/01_placeholders/_import.scss

This file was deleted.

Loading

0 comments on commit d77c606

Please sign in to comment.