summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
-rw-r--r--templates/part.navigation.feed.php2
-rw-r--r--templates/part.navigation.folder.php2
3 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.php b/templates/index.php
index 1af26e896..7829e41db 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -2,6 +2,7 @@
script('news', [
'vendor/es6-shim/es6-shim.min',
'vendor/angular/angular.min',
+ 'vendor/angular-animate/angular-animate.min',
'vendor/angular-route/angular-route.min',
'vendor/angular-sanitize/angular-sanitize.min',
'vendor/momentjs/min/moment-with-locales.min'
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index 4d2a1992d..893b0fa15 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -9,7 +9,7 @@
|| Navigation.isFeedActive(feed.id)
|| !feed.id"
data-id="{{ feed.id }}"
- class="feed with-counter with-menu"
+ class="feed with-counter with-menu animate-show"
news-draggable-disable="{{
feed.error.length > 0 ||
!feed.id ||
diff --git a/templates/part.navigation.folder.php b/templates/part.navigation.folder.php
index 37e7dafaf..f095237e1 100644
--- a/templates/part.navigation.folder.php
+++ b/templates/part.navigation.folder.php
@@ -12,7 +12,7 @@
|| !folder.id
|| folder.getsFeed
|| !Navigation.hasFeeds(folder.id)"
- class="folder with-counter with-menu"
+ class="folder with-counter with-menu animate-show"
data-id="{{ folder.id }}"
news-droppable>
<button class="collapse"