[Video] Enter/exit animations for video in composer (#5164)
* enter/exit animations for video in composer * use zoom out animation * unify margin between different steps * skip animation when posting
This commit is contained in:
parent
428607d9a3
commit
4e6b6740f7
3 changed files with 35 additions and 26 deletions
|
@ -34,7 +34,7 @@ export function SubtitleDialogBtn(props: Props) {
|
|||
const {_} = useLingui()
|
||||
|
||||
return (
|
||||
<View style={[a.flex_row, a.mt_xs]}>
|
||||
<View style={[a.flex_row, a.my_xs]}>
|
||||
<Button
|
||||
label={isWeb ? _('Captions & alt text') : _('Alt text')}
|
||||
accessibilityHint={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue