MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / create

Function create

Libraries/LayoutAnimation/LayoutAnimation.js:85–100  ·  view source on GitHub ↗
(duration: number, type, creationProp)

Source from the content-addressed store, hash-verified

83}
84
85function create(duration: number, type, creationProp): Config {
86 return {
87 duration,
88 create: {
89 type,
90 property: creationProp,
91 },
92 update: {
93 type,
94 },
95 delete: {
96 type,
97 property: creationProp,
98 },
99 };
100}
101
102var Presets = {
103 easeInEaseOut: create(

Callers 1

LayoutAnimation.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…