Files
NativeScript/e2e/animation/app/css-animations/animate-css/page.css
2019-06-20 15:58:36 +03:00

6 lines
105 B
CSS

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