update vtt headers
This commit is contained in:
parent
e97c785c73
commit
e4417bff1a
11 changed files with 54 additions and 27 deletions
|
@ -209,6 +209,8 @@ define(['browser'], function (browser) {
|
|||
|
||||
function animate(newAnimatedPage, oldAnimatedPage, transition, isBack) {
|
||||
|
||||
transition = transition || 'fade';
|
||||
|
||||
if (enableAnimation() && oldAnimatedPage && newAnimatedPage.animate) {
|
||||
if (transition == 'slide') {
|
||||
return slide(newAnimatedPage, oldAnimatedPage, transition, isBack);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue