CSS Animation onClick

前端 未结 8 455
忘了有多久
忘了有多久 2020-11-30 22:25

How can I get a CSS Animation to play with a JavaScript onClick? I currently have:

.classname {
  -webkit-animation-name: cssAnimation;
  -webkit-animation-d         


        
8条回答
  •  长情又很酷
    2020-11-30 23:02

    Are you sure you only display your page on webkit? Here is the code,passed on safari. The image (id='img') will rotate after button click.

    
    
    
    
    
    
    Untitled Document
    
    
    
    
    
    
    
    

提交回复
热议问题