Files
NativeScript/e2e/animation/app/css-animations/animate-css/page.css
2020-01-17 15:12:28 +02:00

6 lines
105 B
CSS

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