History log of /yui3/src/app/js/app-extensions/app-transitions-native.js
Revision Date Author Comments Expand
421945fc2bca8dfac11d6a92f5cc7933c7ca53c2 27-Mar-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

All App Framework modules now show up on the API docs overview page. Added `@module app` to all of the source files. Also included `Y.App.Transitions` in the README.

7d1348cc07acb3ce7fc3ed0e8352e6e65f782a68 13-Mar-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

API Doc updates for App.Transitions and App.TransitionsNative.

99d4ac376f33d146e113dfd79e8bc62392116203 07-Mar-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Fix to only transition the last `activeView` change in the queue. Maintains the API contract of the `showView(view, config, callback)` by always making sure to call the specified `callback` function; but when multiple calls to `showView()` happen rapidly, they will be queued and the visual transition will only happen for the last item in the queue. Fixes #2531846

ce4cefb48a881b28475d82002d20aca07191acd7 07-Mar-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Fix for App.Transitions sliding transitions. This makes sure the views are at full opacity (1) before sliding them. The transition timings were also turned down to 0.3 seconds.

d9d247a8a6f960720e449399984fa3be10134d61 05-Mar-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

App.Transitions now handles rapid calls to `showView()`. Fixes #2531760

16e78d3096c92e820034cebbda137cb7fa2c6ac4 03-Mar-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Added Y.App.Transitions \o/ This is an opt-in feature that gets auto-mixed onto `Y.App`. Transitions will only apply to modules which support native CSS3 transitions. To handle this, `app-transitions` acts as the trigger to test and load, `app-transitions-css` and `app-transitions-native` modules. These two provide the _real_ implementation.