Skip to content

5.2.0

Compare
Choose a tag to compare
@geosigno geosigno released this 07 Dec 14:59
· 58 commits to master since this release

This release is fixing one issue when the translation was applied after the transition, so the first translation on load time looked buggy.
It also removes the breakpoint parameter, as this should be managed outside the simpleParallax plugin.
It adds one new customContainer parameter for those who want to apply the parallax on a custom scroll container (rather than the document itself).

  • #76dfa35 - ⚡️ #26 separate CSS transition and transform to avoid buggy effect on loadtime
  • #d65531d - 🔥 remove breakpoint setting
  • #635788c - ✨ Custom scroll container option #32