Transitions-Everywhere
Transitions-Everywhere copied to clipboard
Set of extra Transitions on top of Jetpack Transitions Library
Hello. what do you mean? _Originally posted by @andkulikov in https://github.com/andkulikov/Transitions-Everywhere/issues/106#issuecomment-1111986678_
Hi All, can we do slide animation without on button click? i want when the activity start then text animate in slide animation starts, without any button click. Please help.
Getting proguard error because you have FloatProperty and IntProperty in your library which is coinciding with the actual files. Please fix this
Привет! На одном из моих проектов мне надо было анимировать смену TextView::textSize и я написал вот такой Transition. Может еще кому-то понадобится и поэтому решил создать [pull request с ним](https://github.com/andkulikov/Transitions-Everywhere/pull/94)...
Is there a way to animate expand/collapse of a RecyclerView item? I tried to mix Scale, Fade, Slide, but cannot achieve a collapse/expand effect
Converted kotlin class of ChangeTextSize transition to java Added sample More info: https://github.com/andkulikov/Transitions-Everywhere/issues/93
Доброго времени суток. Я попробовал сделать реализацию Transition между Activity на основе вашей библиотеки. Это в принципе более-менее рабочая версия. Просто хотелось бы услышать ваше мнение о такой реализации. Суть...