Re: your service has bug

> On 3 Oct 2019, at 12:00, 정유민 <jym090404@naver.com> wrote:
> 
> I used a translator and it might be awkward.
> Hello, I used your service and said there was no problem with a css document that didn't work properly.
> The content of the document is
> img:hover{
>  animation-name: rt;
>  transition: all ease 1s;
>  animation-iteration-count: infinite;
>  transition-duration: 6s;
> }
> @keyframes rt {
>  0% {
>   transform: rotate(0deg);
>  }
>  20% {
>   transform: rotate(60deg);
>  }
>  40% {
>   transform: rotate(120deg);
>  }
>  60% {
>   transform: rotate(180deg);
>  }
>  80% {
>   transform: rotate(240deg);
>  }
>  100% {
>   transform: rotate(300deg);
>  }
> }
> I don't know why this is not work yet. 

This example validates perfectly. Can you tell me how it does not work for you?
Best regards,

-- 
Baroula que barouleras, au tiéu toujou t'entourneras.

        ~~Yves

Received on Friday, 4 October 2019 07:45:53 UTC