/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.Oca.2016, 18:15:43
    Author     : acer
*/

@-webkit-keyframes drop{
    0%{top:5px;opacity:0}30%{top:10px;opacity:1}100%{top:25px;opacity:0}
}
@-moz-keyframes drop{
    0%{top:5px;opacity:0}30%{top:10px;opacity:1}100%{top:25px;opacity:0}
}
@keyframes drop{
    0%{top:5px;opacity:0}30%{top:10px;opacity:1}100%{top:25px;opacity:0}
}