style_options[easing] maxlength is too short for custom easing settings
michaek - September 25, 2009 - 17:41
| Project: | Views carousel |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The maxlength of 10 characters does not allow the input of easing functions such as easeInOutQuart. I would suggest raising it to 20, as the longest function currently included in jquery.easing is easeInOutElastic, 16 characters.

#1
I just committed a change to increase the easing length to 20 characters.