fix safari flash bug

pull/189/head
afc163 10 years ago
parent adb2843df6
commit f48dc8d086

@ -20,6 +20,8 @@ const animation = {
done();
}
}
// Fix safari flash bug
node.style.display = 'none';
velocity(node, transitionName, {
duration: 240,
complete: complete,

Loading…
Cancel
Save