Needs work
Project:
fancyBox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2010 at 16:08 UTC
Updated:
31 May 2011 at 12:58 UTC
Why is the drupal_add_js for the easings file commented out?
Comments
Comment #1
Daemon_Byte commentedI was wondering that myself because it breaks nearly all the effects you can select from the drop down.
Comment #2
nicholasthompsonI can confirm that un-remarking the
drupal_add_js($path .'jquery.easing-1.3.pack.js');line (currently on line 45) causes no obvious problems and allows more of the transitions.I imagine the issue is that if you use another 3rd party module which ALSO includes Easings, there may be a problem...
Maybe we need another "JQuery Update"-like module which uses Libaries to include the Easings Library? The JS file can be obtained separately...
http://gsgd.co.uk/sandbox/jquery/easing/