File tree 4 files changed +27
-6
lines changed
4 files changed +27
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.2 (2019-02-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** lottie:** check if platform is server and return ([ 4e67662] ( https://github.com/fivethree-team/lottie/commit/4e67662 ) )
7
+ * ** lottie:** generate lottie lib ([ e3c1039] ( https://github.com/fivethree-team/lottie/commit/e3c1039 ) )
8
+ * ** lottie:** prepare lottie component ([ 7665d89] ( https://github.com/fivethree-team/lottie/commit/7665d89 ) )
9
+
10
+
11
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lottie" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"author" : " Marc Stammerjohann" ,
5
5
"description" : " Lottie Animation Component" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fivethree/lottie" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Lottie Animation Component" ,
5
5
"keywords" : [
6
6
" lottie" ,
Original file line number Diff line number Diff line change 7
7
</ ion-header >
8
8
9
9
< ion-content padding >
10
- < ion-card >
11
- < fiv-lottie [params] ="lottieParams " [width] ="250 " [height] ="250 " (animationCreated) =onAnimationCreated($event) >
12
- </ fiv-lottie >
13
- </ ion-card >
10
+ < fiv-lottie [params] ="lottieParams " [width] ="250 " [height] ="250 " (animationCreated) =onAnimationCreated($event) >
11
+ </ fiv-lottie >
12
+ < ion-grid fixed >
13
+ < ion-row >
14
+ < ion-col size ="12 ">
15
+ < ion-card >
16
+ < fiv-lottie [params] ="lottieParams " [width] ="250 " [height] ="250 "
17
+ (animationCreated) =onAnimationCreated($event) >
18
+ </ fiv-lottie >
19
+ </ ion-card >
20
+ </ ion-col >
21
+ </ ion-row >
22
+ </ ion-grid >
23
+
14
24
</ ion-content >
You can’t perform that action at this time.
0 commit comments