File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11import * as konva from 'react-konva'
22import animated from '../../animated/createAnimatedComponent'
33import * as Globals from '../../animated/Globals'
4+ import { update } from '../../animated/FrameLoop'
45import { interpolate } from '../../interpolate'
56import colorNames from '../../shared/colors'
67import { config } from '../../shared/constants'
@@ -73,6 +74,7 @@ const extendedAnimated = apply(konvaElements)
7374export {
7475 apply ,
7576 config ,
77+ update ,
7678 extendedAnimated as animated ,
7779 extendedAnimated as a ,
7880 interpolate ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { StyleSheet, View } from 'react-native'
22import AnimatedStyle from '../../animated/AnimatedStyle'
33import animated from '../../animated/createAnimatedComponent'
44import * as Globals from '../../animated/Globals'
5+ import { update } from '../../animated/FrameLoop'
56import { interpolate } from '../../interpolate'
67import colorNames from '../../shared/colors'
78import { config } from '../../shared/constants'
@@ -38,6 +39,7 @@ const apply = merge(animated)
3839export {
3940 apply ,
4041 config ,
42+ update ,
4143 animated ,
4244 animated as a ,
4345 interpolate ,
Original file line number Diff line number Diff line change 11import animated from '../../animated/createAnimatedComponent'
22import createInterpolator from '../../animated/createInterpolator'
33import * as Globals from '../../animated/Globals'
4+ import { update } from '../../animated/FrameLoop'
45import { interpolate } from '../../interpolate'
56import { config } from '../../shared/constants'
67import { InterpolationConfig } from '../../types/interpolation'
@@ -47,6 +48,7 @@ const Interpolation = {
4748export {
4849 apply ,
4950 config ,
51+ update ,
5052 animated ,
5153 animated as a ,
5254 interpolate ,
Original file line number Diff line number Diff line change 11import animated from '../../animated/createAnimatedComponent'
22import * as Globals from '../../animated/Globals'
3+ import { update } from '../../animated/FrameLoop'
34import { interpolate } from '../../interpolate'
45import { config } from '../../shared/constants'
56import {
@@ -163,6 +164,7 @@ const extendedAnimated = apply(domElements)
163164export {
164165 apply ,
165166 config ,
167+ update ,
166168 extendedAnimated as animated ,
167169 extendedAnimated as a ,
168170 interpolate ,
You can’t perform that action at this time.
0 commit comments