2
我正在爲API級別爲20+的設備進行場景轉換。它工作正常,但我想設置自定義持續時間以進行轉換。可能嗎 ??具有自定義持續時間的ActivityOptionsCompat.makeSceneTransitionAnimation
我的代碼:
ActivityOptionsCompat options =
ActivityOptionsCompat.makeSceneTransitionAnimation(this,
viewStart,
transitionName
);
ActivityCompat.startActivity(this, detailsIntent, options.toBundle());
您可以自定義變遷理論https://github.com/codepath/ android_guides /維基/共享 - 元素 - 活性 - 過渡 – saeed