big amp
This commit is contained in:
parent
76ff7ba43f
commit
3c4eac85f9
@ -10,7 +10,7 @@ class Amplify extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const path = 'M0,100 C100,-100 100,300 200,100';
|
||||
const path = 'M0,100 C100,-200 100,400 200,100';
|
||||
|
||||
return (
|
||||
<svg
|
||||
@ -29,7 +29,7 @@ class Amplify extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
const altPath = 'M0,100 C100,300 100,-100 200,100';
|
||||
const altPath = 'M0,100 C100,400 100,-200 200,100';
|
||||
anime({
|
||||
targets: '#amplify path',
|
||||
d: [{ value: altPath }],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user