? contributions/modules/jquery_plugin/jquery.cross-slide.min.js
Index: contributions/modules/jquery_plugin/jquery_plugin.jq.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_plugin/Attic/jquery_plugin.jq.inc,v
retrieving revision 1.1.2.17
diff -u -p -r1.1.2.17 jquery_plugin.jq.inc
--- contributions/modules/jquery_plugin/jquery_plugin.jq.inc	15 Jun 2009 22:53:39 -0000	1.1.2.17
+++ contributions/modules/jquery_plugin/jquery_plugin.jq.inc	25 Jul 2009 14:03:28 -0000
@@ -35,6 +35,19 @@ function jquery_plugin_jq($op, $plugin =
         ),
         'invocation' => NULL,
       ),
+      'crossslide' => array(
+        'name' => t('Cross Slide'),
+        'description' => t('CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations, traditionally only available to the web developer via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery\'s animation facility, so it is as portable across browsers as jQuery itself (a lot.)'),
+        'version' => '0.3.7',
+        'url' => 'http://plugins.jquery.com/project/CrossSlide',
+        'files' => array(
+          'js' => array(
+            $path .'/jquery.cross-slide.min.js',
+          ),
+          'css' => NULL,
+        ),
+        'invocation' => NULL,
+      ),
       'cycle' => array(
         'name' => t('Cycle'),
         'description' => t('Easy to use light-weight slideshow implementation. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and many transition effects including fade, shuffle, scroll, turn and zoom. It also allows you to define and run your own custom transitions. In addition, it supports, but does not require, the Metadata Plugin and the Easing Plugin.'),
