diff options
Diffstat (limited to 'view/tpl/wiki.tpl')
-rw-r--r-- | view/tpl/wiki.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index e931cd6e6..a6f274bfb 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -4,6 +4,12 @@ width: 100%; height: 500px; } + .fade.in { + -webkit-transition: opacity 2s 1s ease; + -moz-transition: opacity 2s 1s ease; + -o-transition: opacity 2s 1s ease; + transition: opacity 2s 1s ease; + } </style> <div class="generic-content-wrapper"> <div class="section-title-wrapper"> |