File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3738Object keyed by style property and configured with:
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments