civicrm / org.civicrm.civicase

CiviCase Extension
Other
9 stars 35 forks source link

HW-414: Styled Tabset and related calculation for sticky scroll #78

Closed mukeshcompucorp closed 7 years ago

mukeshcompucorp commented 7 years ago

Before: recording 1

After: ezgif com-optimize

Note: @colemanw This is my first directive in Angular, Let me know if something is going wrong in this.

colemanw commented 7 years ago

Ideally, all the ad-hoc affix jquery would be turned into directives like this one. By adding a few parameters you could probably do a single directive that worked for all of them.

mukeshcompucorp commented 7 years ago

I thought of that but, we need extensive calculations on other affix and that affix are dependent on their previous one and it's height as well. so, that makes me stop it from adding all things in one.