You are here

README.txt in Views Horizontal Slider 7

/* $Id$ */

-- INSTALLATION --

Enable the module like any other Drupal Module /admin/build/modules


-- CONFIGURATION --

1.) Add a view and specify the fields you want to output. 
2.) Activate the style plugin in the view -> Basic settings -> Style and chose "Horizontal Slider"
3.) Settings:
    - Animate In: The speed that the image will be slided when you hover it.
    - Animate Out: The speed that the image will be slided back when you move the mouse out.
    - Min Width: This is the size that an image will have in default state
    - Max width: This is the maximum width an image will have when you hover over it

-- REQUIREMENTS --

* Views Module installed    

-- ADDITIONAL MODULES SUGESTION --


    
 -- THEMING --
 
The provided base css is sufficient to demonstrate the functionality (tested with Garland)
Take a look at the views_horizontal_slider.css for some css hints. I intentionally used no inline css for the initial width of an image, because of the priority of inline css.


-- CONTACT --

Current maintainers:
* Marco Kleine-Albers (e-anima) -> http://drupal.org/user/255202


This project has been sponsored by:
* ARTWAVES
* http://www.artwaves.de for more information.

* Thanks to "dereine" http://drupal.org/user/99340 for some help.

File

README.txt
View source
  1. /* $Id$ */
  2. -- INSTALLATION --
  3. Enable the module like any other Drupal Module /admin/build/modules
  4. -- CONFIGURATION --
  5. 1.) Add a view and specify the fields you want to output.
  6. 2.) Activate the style plugin in the view -> Basic settings -> Style and chose "Horizontal Slider"
  7. 3.) Settings:
  8. - Animate In: The speed that the image will be slided when you hover it.
  9. - Animate Out: The speed that the image will be slided back when you move the mouse out.
  10. - Min Width: This is the size that an image will have in default state
  11. - Max width: This is the maximum width an image will have when you hover over it
  12. -- REQUIREMENTS --
  13. * Views Module installed
  14. -- ADDITIONAL MODULES SUGESTION --
  15. -- THEMING --
  16. The provided base css is sufficient to demonstrate the functionality (tested with Garland)
  17. Take a look at the views_horizontal_slider.css for some css hints. I intentionally used no inline css for the initial width of an image, because of the priority of inline css.
  18. -- CONTACT --
  19. Current maintainers:
  20. * Marco Kleine-Albers (e-anima) -> http://drupal.org/user/255202
  21. This project has been sponsored by:
  22. * ARTWAVES
  23. * http://www.artwaves.de for more information.
  24. * Thanks to "dereine" http://drupal.org/user/99340 for some help.