Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband authored Dec 20, 2023
1 parent 16a6a5f commit 8a36df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
> [!WARNING]
> This plugin is unsupported. The author left jQuery behind some time ago.
> Note that it has been possible to make parallax effects in near-pure CSS for some time, using a combination of `translateZ()` and `perspective`. It is srongly suggested that you explore that avenue, as the resulting animations are optimised for the GPU, and smoother than this plugin can ever be.
> This plugin is unsupported. Note that it has been possible to make parallax effects in near-pure CSS for some time, using a combination of `translateZ()`, `perspective`, and a bit of JS for pointer tracking. It is srongly suggested that you explore that avenue, as the resulting animations are optimised for the GPU, and smoother than this plugin can ever be.


h1. jquery.parallax
Expand Down

0 comments on commit 8a36df1

Please sign in to comment.