Slide 77
Slide 77 text
this.setState({ runAnimation: true })}>
// …
ViroARTrackingTargets.createTargets({
airshipLogo: {
source: require('./res/mark_with_bg.png'),
orientation: 'Up',
physicalWidth: 0.03
}
});
ViroAnimations.registerAnimations({
slideUp: {
properties: { positionZ: 0, opacity: 1.0 },
easing: 'Bounce',
duration: 700
},
rotate: {
properties: { rotateZ: ‘+=45' },
duration: 200
}
});