Project

General

Profile

Actions

Chyba #83

open

Požadavek #84: images

images fade in/out

Added by Šimon Formánek 7 months ago. Updated 7 months ago.

Status:
Nový
Priority:
Normální
Start date:
10/27/2024
Due date:
% Done:

0%

Estimated time:

Description

add fade in effect to banners and/or all images
http://pureosc.local/install/tpl/fade.html

<style> @keyframes fadeInUp { 0% { /* transform: translateY(100%);*/ opacity: 0; } 100% { /* transform: translateY(0%);*/ opacity: 1; } } body { animation: 2.5s fadeInUp; } </style>

Files

fade.html (363 Bytes) fade.html Šimon Formánek, 10/27/2024 04:09 AM
Actions

Also available in: Atom PDF