nativescript-effects
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "nativescript-effects", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"main": "tns-effects.js", | ||
@@ -5,0 +5,0 @@ "description": "A NativeScript plugin that extend animations to include common animation scenarios.", |
@@ -1,2 +0,3 @@ | ||
declare module "ui/core/view" { | ||
import { View } from 'ui/core/view'; | ||
declare module 'ui/core/view' { | ||
interface View { | ||
@@ -3,0 +4,0 @@ fadeIn(duration?: string | number): Promise<void>; |
Sorry, the diff of this file is not supported yet
27415
336