UNPKG

331 BPlain TextView Raw
1'use strict';
2/*
3 * Stubbed for web, where we don't use this file;
4 */
5
6export function withReanimatedTimer() {
7 // NOOP
8}
9
10export function advanceAnimationByTime() {
11 // NOOP
12}
13
14export function advanceAnimationByFrame() {
15 // NOOP
16}
17
18export function setUpTests() {
19 // NOOP
20}
21
22export function getAnimatedStyle() {
23 // NOOP
24}