Answer the question
In order to leave comments, you need to log in
Is it possible to set the frame offset of a cell animation?
Hello!
Is it possible using cell-animation to somehow change the position of the current frame in scene coordinates?
for example "rocket_thrust2" from the example shift to the side?
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
<item android:drawable="@drawable/rocket_thrust1" android:duration="200" />
<item android:drawable="@drawable/rocket_thrust2" android:duration="200" />
<item android:drawable="@drawable/rocket_thrust3" android:duration="200" />
</animation-list>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question