fix construct img reloads
This commit is contained in:
@@ -70,10 +70,6 @@ class Sleep extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
anime.set('#sleep', {
|
||||
translateY: 75,
|
||||
});
|
||||
|
||||
this.animations.push(anime({
|
||||
targets: ['#sleep'],
|
||||
opacity: [
|
||||
|
||||
Reference in New Issue
Block a user