Files
NativeScript/e2e/animation/app/css-animations/animate-css/page.css
2019-08-22 13:57:40 +03:00

7 lines
106 B
CSS

@import './animate.css';
.myRubberBand {
animation-name: rubberBand;
animation-duration: 1.2s;
}