Skip to content
Snippets Groups Projects
Commit da1a222c authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Add back the status animation

parent a327d83e
Branches
No related tags found
No related merge requests found
<template>
<div class="status-el" :class="[{ 'status-el_focused': isFocused }, { 'status-conversation': inlineExpanded }]">
<div class="status-el status-fadein" :class="[{ 'status-el_focused': isFocused }, { 'status-conversation': inlineExpanded }]">
<template v-if="muted && !noReplyLinks">
<div class="media status container muted">
<small><router-link :to="{ name: 'user-profile', params: { id: status.user.id } }">{{status.user.screen_name}}</router-link></small>
......@@ -304,7 +304,7 @@
}
.status-fadein {
animation-duration: 0.5s;
animation-duration: 0.3s;
animation-name: fadein;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment