MCPcopy Create free account
hub / github.com/shoutem/ui / lightsOffAnimation

Function lightsOffAnimation

theme.js:2289–2296  ·  view source on GitHub ↗
(driver)

Source from the content-addressed store, hash-verified

2287 flexGrow: 1,
2288 backgroundColor: '#000000',
2289 lightsOffAnimation(driver) {
2290 return {
2291 backgroundColor: driver.interpolate({
2292 inputRange: [0, 1],
2293 outputRange: [resolveVariable('paperColor'), '#000000'],
2294 }),
2295 };
2296 },
2297 },
2298 page: {
2299 flexGrow: 1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected