[Topic DIscussion] Django项目导入HTML模板,animate动画效果不起作用。指点一下呗 Resolved
Tofloor
poster avatar
neimengbaye
deepin
2022-09-27 03:25
Author

第一次使用animate动画特效,在网上下载的HTML模板,JS CSS 路径都已经配置好了,其他都正常,就是动画特效没有是什么原因?有人知道吗?

  1. 我的使用方式是外联animate.css文件
  2. 这里的
  3. 希望可以有人指导一下 非常感谢

		

		
        

        
        
		
	
        
        
	
		
		
      
        
        
      
        
        
      
        
        
	
        

    

	
		
	
		
		
Reply Favorite View the author
All Replies
neimengbaye
deepin
2022-09-27 18:41
#1

解决啦!感谢昊天金阙无上至尊自然妙有弥罗至真玉皇上帝,

记录:

  1. 我之前大路径是 href="static/css/font-awesome.min.css" 改 href="/static/css/font-awesome.min.css"
  2. 清理缓存 清理缓存 清理缓存 切忌
    注:不知道路径加/是否是必要行为,不过 按照上述操作 确实搞定啦
Reply View the author