danielepiccone / ng-pageslide

AngularJS sliding panel for serving additional content from off the page
http://danielepiccone.github.io/ng-pageslide/examples/
451 stars 160 forks source link

Allow other transition properties #166

Closed sbowler closed 6 years ago

sbowler commented 7 years ago

I'd like to be able to specify other transition properties. I use your directive sometime to do more of an expand and collapse sort of thing with the width changing, which used to work find when you transitioned on width and height.

This would also address https://github.com/dpiccone/ng-pageslide/issues/159 . I could probably send a pull request to do this if you'd like, but I'm not sure I'd do it the way you would or if there are any tests I'd also need to write or update, which might be a bit problematic for me.

danielepiccone commented 6 years ago

Thanks for this, but as said in #159 no more work is planned for this directive, especially regarding expanding the base API.