We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I can not make the change between tabs animated. Tested on Device, IOS emulator and by ionic serve.
Got this message when looking in the console:
[Violation] 'requestAnimationFrame' handler took 300ms
Modifiying this value: transitionDuration:300 -> 500
transitionDuration:300 -> 500
The console message changes to:
[Violation] 'requestAnimationFrame' handler took 500ms
These are my dependencies:
"dependencies": { "@angular/common": "^7.2.2", "@angular/core": "^7.2.2", "@angular/forms": "^7.2.2", "@angular/http": "^7.2.2", "@angular/platform-browser": "^7.2.2", "@angular/platform-browser-dynamic": "^7.2.2", "@angular/router": "^7.2.2", "@ionic-native/core": "^5.0.0", "@ionic-native/ionic-webview": "^5.8.0", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", "@ionic-super-tabs/angular": "^6.0.0-beta.10", "@ionic/angular": "^4.1.0", "cordova-android": "8.0.0", "cordova-ios": "5.0.1", "cordova-plugin-ionic-webview": "4.1.0", "core-js": "^2.5.4", "rxjs": "~6.5.1", "tslib": "^1.9.0", "zone.js": "~0.8.29" }, "devDependencies": { "@angular-devkit/architect": "~0.13.8", "@angular-devkit/build-angular": "~0.13.8", "@angular-devkit/core": "~7.3.8", "@angular-devkit/schematics": "~7.3.8", "@angular/cli": "~7.3.8", "@angular/compiler": "~7.2.2", "@angular/compiler-cli": "~7.2.2", "@angular/language-service": "~7.2.2", "@ionic/angular-toolkit": "~1.5.1", "@types/jasmine": "~2.8.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~12.0.0", "codelyzer": "~4.5.0", "cordova-plugin-device": "2.0.2", "cordova-plugin-ionic-keyboard": "^2.0.5", "cordova-plugin-splashscreen": "5.0.2", "cordova-plugin-statusbar": "2.4.2", "cordova-plugin-whitelist": "1.3.3", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.1.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~1.1.2", "karma-jasmine-html-reporter": "^0.2.2", "protractor": "~5.4.0", "ts-node": "~8.1.0", "tslint": "~5.17.0", "typescript": "~3.1.6" },
Any help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
8d3c424
Improve performance & Update to latest Stencil
24eae2e
Closes #371 Closes #382 Closes #384
No branches or pull requests
Hi,
I can not make the change between tabs animated. Tested on Device, IOS emulator and by ionic serve.
Got this message when looking in the console:
Modifiying this value:
transitionDuration:300 -> 500
The console message changes to:
These are my dependencies:
Any help will be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: