nckprsn / scrollme

A jQuery plugin for adding simple scrolling effects to web pages.
1.47k stars 318 forks source link

Support for percentage units in translatex, translatey #30

Open Smashr opened 8 years ago

Smashr commented 8 years ago

Css translatex and translatey support percentages, the docs state that px values can be used. I feel the plugin will be much more responsive design friendly if it also supported percentages for translatex and translatey. This would be particularly helpful in a scenario where the plugin is used for parallax effect on full screen panels.

rodrigomuniz commented 8 years ago

PR #28