During animation, long text wraps then unwraps
StateBarofArizona opened this issue · 3 comments
When selecting an item that is fairly long, the text is displayed in two lines during the animation and then goes to a single line when finished. This occurs with items already in the list too anytime another item is added. The animation looks sloppy as the text is not steady and when going to multiple lines, spills outside the list border.
This is not specific to bsmSelect but to how the animation is done.
You can customize the animation by providing your own function, see the docs.
How hard would it be to modify the animation? I assuming I need to change a width somewhere within it?
Connie DeCinko, Programmer Analyst
T: 602.340.7290 F: 602.416.7490
-----Original Message-----
From: Victor Berchet [mailto:reply@reply.github.com]
Sent: Sunday, January 15, 2012 12:04 PM
To: Connie S. DeCinko
Subject: Re: [bsmSelect] During animation, long text wraps then unwraps (#19)
This is not specific to bsmSelect but to how the animation is done.
You can customize the animation by providing your own function, see the docs.
Reply to this email directly or view it on GitHub:
#19 (comment)
Well, I would say as hard as you need it to be.
That is no more than a simple function, the hard part is what you need to do (the function body), google for jquery animation if you need inspiration.