-
Notifications
You must be signed in to change notification settings - Fork 846
Description
I have a setup where i create objects with the transition properties that i want to use. These objects are meant to be reused again later (its for a slider, the transitions are reran each time the slide is reached). However after using the object in the transition, something is wrong with the properties. Easing and duration seem to be completely removed and the scale array becomes ["scale", x, y](whatever x and y were originally). There could be problems with other properties but i haven't got around to testing them all yet. Is this meant to happen? Maybe I'm missing something but for the time being I'm having to make a copy of the object and use the copy for the transition. This fixes the problem with the easing and duration, but scale is still messed up which i don't get. Here a fiddle http://jsfiddle.net/6DfJ9/7/