Animationen angepasst

This commit is contained in:
Carsten Hilmer
2016-11-04 02:23:39 +01:00
parent c4f9b3671b
commit 0d0c883e94
4 changed files with 262 additions and 49 deletions

View File

@@ -4,12 +4,13 @@
<div class="row" style="font-size: 12px;" ng-repeat="rows in chunkedData">
<div style="width: 100%; text-align: center;" class="col" ng-repeat="item in rows">
<img ng-class="{'shake':error}" class="myborder animated" src="img/{{ item.bild }}"width="96" height="96" alig="center" ng-click="answer(item.id)">
<img ng-class="{'shake':error, 'rubberBand': errorcode == '{{item.id}}', 'fadeOut': spielfertig == '{{item.id}}', 'fadeIn': spielneu == '{{item.id}}'}" class="myborder animated" src="img/{{ item.bild }}"width="96" height="96" alig="center" ng-click="answer(item.id)" ng-show="item.display">
<br>
</div>
</div>
<div class="statusbar">
{{ tierindex }}
<div class="mentorhilfe" ng-click="hilfe()">
<div class="mentorborder" ng-show="showmentor">
<div class="mentor"></div>