Coder Social home page Coder Social logo

shoheiyokoyama / syblinkanimationkit Goto Github PK

View Code? Open in Web Editor NEW
125.0 9.0 15.0 4.43 MB

SYBlinkAnimationKit is a blink effect animation framework for iOS, written in Swift.

License: MIT License

Ruby 0.78% Objective-C 37.63% Swift 47.73% Shell 13.86%
animation swift ui ux animation-framework carthage swift3

syblinkanimationkit's Introduction

shoheiyokoyama's github stats

syblinkanimationkit's People

Contributors

shoheiyokoyama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

syblinkanimationkit's Issues

SYLabel Color not changing

I am trying to change the color of label text but it still shows the default color.

Here is my code to update text colour :

            loadingLabel.text = "Loading"
            loadingLabel.labelTextColor =  .white
            loadingLabel.animationType = .text
            loadingLabel.startAnimating()

I tried to change colour in XIB also, but still not working.

Hi, stopAnimating is not called

public func stopAnimating() {
        isAnimating = false
        syLayer.startAnimating()
 }
  • Is not syLar.stopAnimating? animtation repeatedly.

SYTableViewCell stopAnimating and startAnimating

When calling cell.stopAnimating() and cell.startAnimating() rather than doing them for individual cells it calls for all cells in the table view. Can we have this affect each cell individually?

Button cannot be tapped

I have created a button in IB and setting some properties in code. I have set the class to be SYButton.
The weird thing is that the button is not tapped in its whole surface, but only on some points near its bottom. Do I need to set some specific constraints?

My code
quickSendButton.setTitle("Quick File Transfer", for: .normal)
quickSendButton.setTitleColor(.white, for: .normal)
quickSendButton.backgroundColor = .clear
quickSendButton.animationBorderColor = .white
quickSendButton.addTarget(self, action: #selector(self.selectAsset), for: .touchUpInside)
quickSendButton.animationType = .borderWithShadow
quickSendButton.animationDuration = 1.0
quickSendButton.startAnimating()

Thanks

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.