Giter VIP home page Giter VIP logo

jellyberg2's People

Contributors

adam-binks avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jellyberg2's Issues

Animation easing info

Hi team, it was good seeing your work this week. Great stuff!

If you want to animate the count as I briefly talked about with Adam, here's an implementation of cubic-bezier animation easing functions that you could use. So using gre/bezier-easing, if easing = BezierEasing.easeInOut and t is your progress along the animation timeline as a fraction between 0 and 1, you could use progress = easing.get(t); to find out where your counting should be up to now. You’d probably use Date.now(), performance.now(), or requestAnimationFrame (instead of setInterval) to work out the time since the animation started. Hope that helps! Also, you could move retrieving element references (getElementById etc) outside loops, to improve efficiency.

Good luck for this weekend!

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.