How to set keyframes name in LESS

前端 未结 6 1173
别那么骄傲
别那么骄傲 2020-12-09 15:37

I try to set up this LESS mixin for CSS animation keyframes:

.keyframes(@name, @from, @to) {;
  @-webkit-keyframes \"@name\" {
    from {
      @from;  
             


        
6条回答
  •  醉酒成梦
    2020-12-09 16:36

    Before-mentioned https://github.com/kuus/animate-me.less does things!

    You can also check out this one written by me (seems to be neater): https://github.com/thybzi/keyframes

提交回复
热议问题