danielepiccone / ng-pageslide

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

Change to use transform/margin instead of positional values #170

Closed michaelrogersdisney closed 3 years ago

michaelrogersdisney commented 7 years ago

Fixed issues with CSS calc() by moving sliding over to transform and margin attributes, instead of positional attributes.

169