Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19159] ios: Animation.popIn doesn't call the function when finished

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterEthan Chen
AssigneeUnknown
Created2015-07-02T08:37:04.000+0000
Updated2018-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.

Comments

  1. Ethan Chen 2015-07-08

    Any update here?

JSON Source