From 9f8942162bf0efb225d6087963b26891b085b9d4 Mon Sep 17 00:00:00 2001 From: stephband Date: Wed, 20 Dec 2023 19:13:16 +0100 Subject: [PATCH] Update and rename README.textile to README.md --- README.md | 13 +++++++++++++ README.textile | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 README.md delete mode 100644 README.textile diff --git a/README.md b/README.md new file mode 100644 index 0000000..208a91c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +> [!WARNING] +> 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 either a bit of JS for pointer tracking or a scrolling container. 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. There is parallax scrolling page that I made based on this technique [here](https://decouverte-metiers.epfl.ch/fr/s/quartier-1/) + + +# jquery.parallax + +## What does jquery.parallax do? + +jquery.parallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions, and on the options passed in, these layers move at different rates, in a parallaxy kind of way. + +## Demos and docs + +stephen.band/jparallax/ diff --git a/README.textile b/README.textile deleted file mode 100644 index 3067484..0000000 --- a/README.textile +++ /dev/null @@ -1,13 +0,0 @@ -> [!WARNING] -> 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 - -h2. What does jquery.parallax do? - -jquery.parallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions, and on the options passed in, these layers move at different rates, in a parallaxy kind of way. - -h2. Demos and docs - -stephen.band/jparallax/