joshdmiller / ng-curtain

AngularJS directives that create multiple fixed panels that unroll with an amusing effect. Port of the now defunct victa/curtain.js.
http://joshdmiller.github.io/ng-curtain
MIT License
85 stars 8 forks source link

Allow resizeable curtains #7

Open joshdmiller opened 11 years ago

joshdmiller commented 11 years ago

Right now, the height of a curtain is fixed on page load (or on window resize). ngCurtain should be able to respond to changes in height, which is necessary for dynamic or asynchronous content where the height is not known in advace.

kurai021 commented 10 years ago

I need this feature :(