From 0289f15e4063227727d913b93e127fb7f76659f6 Mon Sep 17 00:00:00 2001 From: nickyefei Date: Tue, 23 Feb 2021 16:36:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4animate=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-rn/src/lib/animate.ts | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 packages/taro-rn/src/lib/animate.ts diff --git a/packages/taro-rn/src/lib/animate.ts b/packages/taro-rn/src/lib/animate.ts deleted file mode 100644 index adc3f3d75230..000000000000 --- a/packages/taro-rn/src/lib/animate.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { Animated, Easing } from "react-native"; - -export const animate = (selector, keyframes, duration, callback) => { - console.log('hello animate') - // console.log(selector['_internalFiberInstanceHandleDEV'].memoizedProps.style) - // console.log(keyframes) - // keyframes.forEach(item => { - // selector['_internalFiberInstanceHandleDEV'].memoizedProps.style = item - // }) - // console.log(selector) - // return {} -}