Skip to content
Advertisement

Tag: smoothing

Scale and move a text smoothly with javascript

I’m having a text scaled and moved via JavaScript / jQuery. I can’t use jQuerys animate() because it has to fade in and out and has to be repeated and with more elements (end result: “flying” from the background, moving in different directions and fading out). My problem: It’s not running smoothly and causes quite the cpu-usage. Here’s a stripped

Advertisement