You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem using this plugin in my Ionic Application for an iOS App.
I want a transform-animation ( transform: 'rotateY(180deg)' ) to start when device is shaken.
The animation works perfectly when triggering it by a click or by itself after waiting like 2 seconds.
I have a method, which changes the variable to trigger the animation:
So by shaking my iPhone I get correct outputs in the Xcode debug console and the state-variable changes from inactive to active, but the rotateY-animation will not be shown.
By clicking a button with (click)="toggleState()" property, everything works perfectly.
Can anybody help me?
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem using this plugin in my Ionic Application for an iOS App.
I want a transform-animation (
transform: 'rotateY(180deg)'
) to start when device is shaken.The animation works perfectly when triggering it by a click or by itself after waiting like 2 seconds.
I have a method, which changes the variable to trigger the animation:
So by shaking my iPhone I get correct outputs in the Xcode debug console and the state-variable changes from inactive to active, but the rotateY-animation will not be shown.
By clicking a button with
(click)="toggleState()"
property, everything works perfectly.Can anybody help me?
The text was updated successfully, but these errors were encountered: