On Wed, Jan 5, 2011 at 12:27 PM, ChunEon Park <[email protected]> wrote: > Good day, this is Hermet. > > Here is elm_transit patch. > > - Modified elm_transit_add(double duration) to elm_transit_add() > - Added elm_transit_duration_set() / elm_transit_duration_get() APIs > - Added elm_transit_go API
Modifying the duration of an ongoing animation is tricky, what do you do to avoid things going weirdly? Let's say you're at 0.5 of an 1.0 second (progress = 50%), then you reset it to 2.0 second, you're now back in progress to 25%. I'm also strongly against _go() apis. They do not need to exist, as they don't for all but elm_list, which is there for an optimization hack which I dislike every time i have to type them. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
