mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
6 lines
105 B
CSS
6 lines
105 B
CSS
@import './animate.css';
|
|
|
|
.myRubberBand {
|
|
animation-name: rubberBand;
|
|
animation-duration: 1.2s;
|
|
} |