mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(animations): inline css animations
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
<script src="../../../js/angular2.dev.js"></script>
|
||||
<script src="../../../js/router.dev.js"></script>
|
||||
<script src="../../../js/http.dev.js"></script>
|
||||
<script src="../../../js/web-animations.min.js"></script>
|
||||
<script src="../../../bundles/ionic.system.js"></script>
|
||||
<script src="../../../js/Rx.js"></script>
|
||||
|
||||
@@ -60,7 +59,7 @@
|
||||
-webkit-transition-duration: 0ms !important;
|
||||
transition-duration: 0ms !important;
|
||||
}
|
||||
.snapshot md-ripple {
|
||||
.snapshot ion-button-effect {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
module.exports = {
|
||||
entry: [
|
||||
"web-animations.min"
|
||||
],
|
||||
externals: [
|
||||
{
|
||||
'ionic/ionic': {
|
||||
@@ -31,7 +28,6 @@ module.exports = {
|
||||
loaders: [{ test: /\.ts$/, loader: "awesome-typescript-loader" }]
|
||||
},
|
||||
resolve: {
|
||||
alias: {'web-animations.min': './dist/js/web-animations.min'},
|
||||
extensions: ["", ".js", ".ts"]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user