translate-animation

    2熱度

    1回答

    我已經申請到ImageView無限翻譯動畫: Animation animation = new TranslateAnimation(0, 0, -500, 500); animation.setDuration(4000); animation.setFillAfter(false); myimage.startAnimation(animation); animation.setRe

    0熱度

    3回答

    隱藏我有相對layout.Each線性佈局內的兩個線性佈局具有it.thus三個畫面形成具有三幅圖象的圖片水平在第一線性佈局和三個在第二下方放在上面的網格。至於下面顯示的網格 我的XML代碼是: <RelativeLayout android:id="@+id/picturesLayout" android:layout_width="match_parent" an

    1熱度

    1回答

    我是Android的新手。我正在嘗試翻譯按鈕上的動畫。我在xml中添加了一個按鈕,點擊後,另一個按程序添加的按鈕從其當前位置移動到屏幕頂部並被修復。但問題是,它不是從目前的位置開始,而是從下面的某個位置開始,而不是固定在頂端。請有人幫助我,如果他們可以。提前致謝。 這裏是我的代碼,我使用: - ll= (LinearLayout) findViewById(R.id.ll); final

    1熱度

    1回答

    嘿,我想做一個簡單的2d滾動,但我根本無法得到圖片滾動。我爲圖片使用了ImagveView,並且我嘗試了translatetransition和pathtransition,但是我得不到任何好結果?這裏是我的代碼: public void aboutSceneAnimation() { Rectangle2D psb = Screen.getPrimary().getVisualBou

    3熱度

    1回答

    我在流體容器內有3個盒子。 每個盒子都有一個標題標題,一個圖標和下面的一些文字。 在:hover我想圖標移動到<div>的頂部並改變它的大小,我設法「實現」它,但使用了一定數量的像素。 如果標題文本較長且佔用2行,則無法在移動解決方案中使用。 這是我迄今所做的: Fiddle here HTML <div class="container"> <div class="row"> <di

    0熱度

    1回答

    我想讓我的圓圈運行圖形繞組。我該怎麼辦? 此代碼對角線運行。 protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_move); final MyCustomPanel view

    0熱度

    1回答

    我想用一個簡單的翻譯,其中有一個按鈕,我想將它移動到另一個按鈕所在的位置。事情是,當翻譯開始時,按鈕剛剛從屏幕上消失,它甚至不移動。 我的代碼: Button poli1 = checkPosPoli1(); TranslateAnimation animpoli1 = new TranslateAnimation(checkPosPoli1().getLeft(),checkBt

    0熱度

    1回答

    當我的對象是旋轉的,對象沒有向我要的位置移動它是 這裏是我的代碼: transform.Rotate (0,0, 3.0f); transform.Translate(0, -movespeed * Time.deltaTime, 0);

    0熱度

    1回答

    我想做一個5px的shortX轉換到右邊。 我覺得我的顯示有問題。所有其他的轉換工作,僅這一項不... 這裏是我的代碼: #content a.shake { display: inline-block; -moz-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out;

    1熱度

    1回答

    直質疑,我現在有一個SurfaceView裏面RelativeLayout如下: <RelativeLayout android:id="@+id/surfaceframe" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background=