tween Questions

0

I've made the quote fade out and in if the previous quote is from another category. However, I'm unable to replicate that if the quote is from the same category. How do I make the quote fade out an...
Ita asked 10/7, 2021 at 15:1

2

Solved

I'm looking for a way to generate easing functions for my tweens, I need them in Javascript function format, with the standard t, b, c, d parameters. I've found a great tool to generate CSS easing...
Needy asked 10/4, 2015 at 8:30

3

I'm getting crazy trying to achieve this. I want to change the color of a mesh(ConvexGeometry) when I hovered, until here I can do it without any problem, I can change the color of the mesh. The p...
Kaka asked 19/3, 2014 at 12:50

1

Solved

I am trying to add a year title to plot from a data set that has been run through tweenr. Following the example from revolutionanalytics.com library(tidyverse) library(tweenr) library(gapminder) ...
Rhinoceros asked 8/8, 2017 at 13:26

1

okay.. I'm trying to create a splash screen for my mobile game. im using lib gdx library to create my game. i have a problem with importing the universal tween engine for my sprite splash. what sho...
Weaks asked 25/8, 2015 at 11:27

6

I am animating a CALayer along a CGPath (QuadCurve) quite nicely in iOS. But I'd like to use a more interesting easing function than the few provided by Apple (EaseIn/EaseOut etc). For instance, a ...
Jump asked 1/3, 2011 at 23:1

4

Solved

Creating a simple app that calculates the speed your going and displays it in a speedometer graphic. I can do all the speed calculations, gps calculations etc.. but i am not too sure about the anim...
Glick asked 16/9, 2011 at 21:2

1

Solved

I'm pretty new to Three.js (1 day experience lol) I want to create a model of Solar system so I got planets that should move along their trajectories (circles). function render() { requestAnimat...
Amberjack asked 8/5, 2014 at 12:32

1

Solved

I am new to Three.js. I want to draw curves (based on some parametric equations) on 3D space, using THREE.JS, to illustrate the path of drawing. To achieve this basically I tried in two ways: A...
Persuade asked 14/12, 2013 at 1:2

1

Solved

I have an three.js object which is a given colour. I want to animate it smoothly to another colour. During the animation, it should only show a direct gradation between the start and end. That is, ...
Gearing asked 19/9, 2012 at 23:54

3

Read below for my final edit! Is it possible to use CSS3 animations without having the animations tween between frames? For example, I have an image that I have two character animation sprites on...
Manure asked 21/12, 2010 at 19:36

1

Solved

During the past few months, I built an open-source tweening engine in Java (Universal Tween Engine) to be able to easily add smooth animations and transitions to my android games. It works like a b...
Chabot asked 1/6, 2012 at 8:55

1

Solved

I'm trying to scale a View equivalent to the right and left from center of a View using ScaleAnimation . Whatever values I set for pivotX and PivotY it always scale in the same way (like right edge...
Betatron asked 1/6, 2011 at 6:55

4

Solved

My app implements its own sprites by calling the following in my view's onDraw() method: canvas.drawBitmap(sprite.getBitmap(), sprite.getX(), sprite.getY(), null); The app is a physics simulati...
Carom asked 25/3, 2011 at 20:44

3

Solved

Im trying to make a simple expo tween, it works, but its a bit jittery and FF seems to hang a bit. What can I do to improve it? var distance = (target - x) * dir; x += (distance / 5) * dir; if (...
Jevon asked 29/9, 2010 at 21:8
1

© 2022 - 2024 — McMap. All rights reserved.