Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulsing Syntax Improvement #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 6, 2014

  1. Pulsing Syntax Improvement

    Instead of sheduling a removal of the class just before the pulse, you can simply write those two functions one after another. The addClass function will only be called after the removeClass function. 
    
    I haven't tested it, so I might be wrong, but I think the time it takes for the removeClass function to remove the class is so tiny that you won't see any delays in the scaling of the player.
    
    Great video by the way, keep on hacking!
    kinging123 committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    91e3ccd View commit details
    Browse the repository at this point in the history