-
Cleanup README.txt
-
Issue #824380 by Dmitriy.trt: * Implemented auto-pause (pause animation on mouse over). * Properly validate plug-in. For example, administrator could change number of items in view after setting options of style plug-in and previous version would fail in this situation. * Fix JS error in situation when actual number of items is lower than SimpleSpy limit. * Implement second animation direction. * Rewrite jQuery plug-in to follow plugins best practices, this also allows to control plugin from outside (helpful if you want to pause/resume it from custom code). * Fade and Sliding speed is now in milliseconds. * Add "overflow: hidden" to list (for different sized items this fixes some common bugs). * Also fixes Issue #908218 and #892242 * Thank you so much!
-
Views Simple Spy: February 25, 2011 2:13
Commit 79795e3 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Views Simple Spy: February 25, 2011 2:13
Commit 8bd712f on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
update comments to reflect that autopause is still in development.
-
Initial implementation of views_bonus_spy additional parameters. fadespeed and slidespeed work. autopause still pending implementation.
-
#820898 - add variable heights for list items
-
Initial commit of views_simplespy module. This module adds a custom view style, allowing a view to be output using the simpleSpy effect.