Merge branch 'dev' into beta
This commit is contained in:
@@ -91,10 +91,10 @@
|
||||
elem.classList.add('hide');
|
||||
};
|
||||
|
||||
//if (!browserInfo.animate || browserInfo.mobile) {
|
||||
if (!browserInfo.animate || browserInfo.mobile) {
|
||||
onfinish();
|
||||
return;
|
||||
//}
|
||||
}
|
||||
|
||||
requestAnimationFrame(function () {
|
||||
var keyframes = [
|
||||
@@ -113,9 +113,9 @@
|
||||
|
||||
elem.classList.remove('hide');
|
||||
|
||||
//if (!browserInfo.animate || browserInfo.mobile) {
|
||||
if (!browserInfo.animate || browserInfo.mobile) {
|
||||
return;
|
||||
//}
|
||||
}
|
||||
|
||||
requestAnimationFrame(function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user