Skip to content

Commit

Permalink
0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Prinzhorn committed Sep 17, 2013
1 parent 201d770 commit fbc3cc9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.12 (2013-09-17)
-----

* Added `destroy` method (#109).

0.6.11 (2013-08-13)
-----

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://secure.travis-ci.org/Prinzhorn/skrollr.png)](http:https://travis-ci.org/Prinzhorn/skrollr)

skrollr 0.6.11
skrollr 0.6.12
=====

Stand-alone **parallax scrolling** JavaScript library for **mobile (Android, iOS, etc.) and desktop** in just over **9.6k** (minified) or **4.5k** (minified + gzipped).
Expand Down Expand Up @@ -520,6 +520,11 @@ Set a listener function for one of the events described in the options section (

Removes the listener for the given event.


### destroy()

Destroys skrollr. All `class` and `style` attributes will be set to the values they had before.

Changelog
=====

Expand Down
Loading

0 comments on commit fbc3cc9

Please sign in to comment.