2012-03-12 37 views

回答

1

你需要讓它的起源是左下角位置的矩形。你可以使用絕對定位。

.container { 
    position: relative; 
} 

.rectangle { 
    position: absolute; 
    bottom: 0; left: 0; 
} 

希望幫助:)

0

對於動畫左下角,高度應在window.height()初始點..