mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
More work.
This commit is contained in:
@@ -2,7 +2,7 @@ var x = window.screen.width > 512 ? 160 : 80;
|
||||
|
||||
var controller = new ScrollMagic.Controller();
|
||||
|
||||
var hero = new TweenMax.from("#hero", 1, {
|
||||
var hero = new TweenMax.to("#hero", 1, {
|
||||
x: this.x,
|
||||
ease: Power1.easeOut
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user