Giter Site home page Giter Site logo

Comments (2)

Lision avatar Lision commented on May 16, 2024 9

@jianmu297 你好,非常感谢,我可能会在下一版更新中加入相关的接口。
关于这个问题你可以先参考我写的如下 Demo 达到效果:

- (void)repeatAnimationForever {
    // this is your custom animation chain
    _aView.ls_moveX(100).ls_background([UIColor redColor]).ls_thenAfter(1).ls_moveX(-100).ls_background([UIColor yellowColor]).ls_animate(0.5);
    
    // the block recursive call repeatAnimationForever
    _aView.ls_theFinalCompletion(^{
        [self repeatAnimationForever];
    });
}

from lsanimator.

dong136279559 avatar dong136279559 commented on May 16, 2024

使用此方法后,当 程序退到后台之后, 再进入前台, 动画取消 ,而且 控件消失了,请问是哪的问题呢?

from lsanimator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.