You are here

readme.txt in Parallax Toolkit 7.3

Same filename and directory in other branches
  1. 7.2 parallax_block/readme.txt
CONTENTS OF THIS FILE
---------------------

  * Introduction
  * Requirements
  * Installation
  * Configuration
  * Troubleshooting
  * FAQ
  * Future Features
  * Maintainers



 INTRODUCTION
---------------
The Parallax Block module enables the user to select none, Same, or
Opposite directions (vertically and/or horizontally) when creating a block.
Selecting Same or Opposite places a data-attribute which is ready by
the attached javascript file, and then targeted for calculations causing
parallax effect based on 'same' or ' opposite' value.



 REQUIREMENTS
---------------
  * Use of this module requires Blocks to be enabled.
  * Use of this module requires jQuery 1.7 or later.



 INSTALLATION
---------------
  * Install as usual
  * See: https://drupal.org/documentation/install/modules-themes/modules-7


 CONFIGURATION
---------------
  * Immediately after installation, please make sure that your site is using
    jQuery 1.7 or later. To automate this, try using the jQuery Update module.
  * This module requires no configuration in its initial release. Additional
    releases may change this.
  * The user requires permission to administer blocks.



TROUBLESHOOTING
---------------
  * If the option when creating new blocks does not appear, make sure the module
    is enabled. Then, check to see if another module is modifying the block
    creation page.
  * If there are no data-attributes being applied to the blocks when a value has
    been saved, please try updating jQuery with jQuery Updater. This module
    requires jQuery 1.7 or later. After that, please submit a bug report.


      FAQ
---------------
  * Will this module work on mobile devices?
  - No, the javascript is actually disabled on devices with mobile browsers.
    The reason for this is that for touchscreen devices, DOM manipulation is
    frozen during the scroll event, resulting in a stuttery effect.

  * Should I use this all over my site?
  - Probably not. Parallax is a very cool effect, but works best when used in
    moderation. That said, using it in a ton of places on the same page could
    cause some performance issues, especially on slower, older computers.

  * How is this different from the parallax module at
    https://drupal.org/project/parallax?
  - The Parallax module was recently published and has already been deprecated
    at the time of this writing. My personal testing has found several errors
    caused by the other module.

    The other module only allows you to create blocks with the explicit purpose
    of having a parallax effect behind hand-made markup. Parallax Block allows
    you to modify ANY block on your site (including blocks generated by Views)
    to have a parallax effect.


  MAINTAINERS
---------------
  Current maintainers:
  * Matthew Coker (mattcoker) - https://drupal.org/user/2765587

File

parallax_block/readme.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. * FAQ
  9. * Future Features
  10. * Maintainers
  11. INTRODUCTION
  12. ---------------
  13. The Parallax Block module enables the user to select none, Same, or
  14. Opposite directions (vertically and/or horizontally) when creating a block.
  15. Selecting Same or Opposite places a data-attribute which is ready by
  16. the attached javascript file, and then targeted for calculations causing
  17. parallax effect based on 'same' or ' opposite' value.
  18. REQUIREMENTS
  19. ---------------
  20. * Use of this module requires Blocks to be enabled.
  21. * Use of this module requires jQuery 1.7 or later.
  22. INSTALLATION
  23. ---------------
  24. * Install as usual
  25. * See: https://drupal.org/documentation/install/modules-themes/modules-7
  26. CONFIGURATION
  27. ---------------
  28. * Immediately after installation, please make sure that your site is using
  29. jQuery 1.7 or later. To automate this, try using the jQuery Update module.
  30. * This module requires no configuration in its initial release. Additional
  31. releases may change this.
  32. * The user requires permission to administer blocks.
  33. TROUBLESHOOTING
  34. ---------------
  35. * If the option when creating new blocks does not appear, make sure the module
  36. is enabled. Then, check to see if another module is modifying the block
  37. creation page.
  38. * If there are no data-attributes being applied to the blocks when a value has
  39. been saved, please try updating jQuery with jQuery Updater. This module
  40. requires jQuery 1.7 or later. After that, please submit a bug report.
  41. FAQ
  42. ---------------
  43. * Will this module work on mobile devices?
  44. - No, the javascript is actually disabled on devices with mobile browsers.
  45. The reason for this is that for touchscreen devices, DOM manipulation is
  46. frozen during the scroll event, resulting in a stuttery effect.
  47. * Should I use this all over my site?
  48. - Probably not. Parallax is a very cool effect, but works best when used in
  49. moderation. That said, using it in a ton of places on the same page could
  50. cause some performance issues, especially on slower, older computers.
  51. * How is this different from the parallax module at
  52. https://drupal.org/project/parallax?
  53. - The Parallax module was recently published and has already been deprecated
  54. at the time of this writing. My personal testing has found several errors
  55. caused by the other module.
  56. The other module only allows you to create blocks with the explicit purpose
  57. of having a parallax effect behind hand-made markup. Parallax Block allows
  58. you to modify ANY block on your site (including blocks generated by Views)
  59. to have a parallax effect.
  60. MAINTAINERS
  61. ---------------
  62. Current maintainers:
  63. * Matthew Coker (mattcoker) - https://drupal.org/user/2765587