[TIMOB-19159] ios: Animation.popIn doesn't call the function when finished
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Ethan Chen |
Assignee | Unknown |
Created | 2015-07-02T08:37:04.000+0000 |
Updated | 2018-02-28T19:54:52.000+0000 |
Description
var Animation = require('alloy/animation');
function popIn(view) {
Animation.popIn(view, function() {
console.log('finished');
});
}
Nothing just fucking happened.
Any update here?