跳轉頁面是的乙個簡單效果

2021-09-01 01:44:37 字數 826 閱讀 6760

首先,我來穿件乙個存放效果的類,命名為windowanimation,

public class windowanimation extends animation 

@override

matrix matrix = t.getmatrix();

matrix.prescale(interpolatedtime, interpolatedtime); //進行縮放,此時的interpolatedtime表示縮放的比例,interpolatedtime的值時0-1,開始時是0,結束時是1

matrix.prerotate(interpolatedtime * 360); //進行旋轉

matrix.pretranslate(-halfwidth, -halfheight); //改變動畫的起始位置,把擴散點和起始點移到中間

matrix.posttranslate(halfwidth, halfheight);

} @override

public void initialize(int width, int height, int parentwidth,

int parentheight)

}

然後在activity中,要跳轉activity的時候實現上面這個類中的方法就行:

/***  切換到指定activity

* @param activityid

* @param intent

*/public void toactivity(string activityid,intent intent)

下面是我直接摘抄他人的例項,作為參考:

乙個簡單的提示效果

乙個簡單的效果,修改了三次才能達到如意的效果。看來,細節真的是決定成敗。春江潮水連海平 div class l id c0 a href 收藏a a href 刪除a div div div class b id b1 onmouseover c 1 春江潮水連海平 div class l id c...

js跳轉到另乙個頁面

1 本頁面跳 window.location.href location.href 2 color red 上一層頁面跳 parent.location.href color 3 最外層的頁面跳 top.location.href 舉例說明 如果a,b,c,d都是jsp,d是c的iframe,c是b...

乙個簡單的返回頂部效果

經常會在網頁中看到返回頂部的功能,但是大多數都是採用簡單的錨點直接定位到頂部,對使用者來說顯得太突兀,平緩過渡應該是一種比較好的使用者體驗。但是從效能上來講,直接定位到頂部毋須使用指令碼,效能更高。這個簡單的測試例子效果如下 定位到錨點 測試文字 測試文字 測試文字 測試文字 測試文字 測試文字 測...