Skip to content

Commit c5f80f9

Browse files
committed
0.1.1
1 parent a83c5c5 commit c5f80f9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Add the `ng-scrollable-style-delta` attribute to set default delta.
3232
* `ng-scrollable-style-enabled` - toggle the feature on or off
3333
* `ng-scrollable-style-delay` - set default delay (used on style properties that don't set their own)
3434
* `ng-scrollable-style-delta` - set default delta (used on style properties that don't set their own)
35+
* `ng-scrollable-style-on-child` - set if you need to transition the properties on the first child (ex. in case of an element directive)
3536

3637
#### Property Configuration Object
3738
Object keyed by style property and configured with:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-scrollable-style",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "angular-scrollable-style.js",
55
"description": "Angular directive to transition element style properties on window scroll.",
66
"homepage": "https://github.com/TechNaturally/angular-scrollable-style",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-scrollable-style",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "angular-scrollable-style.js",
55
"description": "Angular directive to transition element style properties on window scroll.",
66
"homepage": "https://github.com/TechNaturally/angular-scrollable-style",

0 commit comments

Comments
 (0)