Re: [Development] Idea: add transition capabilities to QML TextInput

2012-12-22 Thread Mark
On Sat, Dec 22, 2012 at 9:42 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Sat, Dec 22, 2012 at 8:52 AM, Mark wrote: >> Hi, >> >> The idea for this came from ListView. In a ListView you can define a >> "add: Transition" and "delete: Transition" (among others). >> >> With a TextInput the text

Re: [Development] Idea: add transition capabilities to QML TextInput

2012-12-22 Thread Alan Alpert
On Sat, Dec 22, 2012 at 8:52 AM, Mark wrote: > Hi, > > The idea for this came from ListView. In a ListView you can define a > "add: Transition" and "delete: Transition" (among others). > > With a TextInput the text itself is quite "static" as in there isn't > much to animate there or play with. It

[Development] Idea: add transition capabilities to QML TextInput

2012-12-22 Thread Mark
Hi, The idea for this came from ListView. In a ListView you can define a "add: Transition" and "delete: Transition" (among others). With a TextInput the text itself is quite "static" as in there isn't much to animate there or play with. It's just adding text (typing) or removing text (backspace/d