Komplettes refactoring, Auslagerung von Sounds und Bilder in Spielsets

This commit is contained in:
Hilmer, Carsten
2016-11-18 12:54:47 +01:00
parent 3179418b74
commit 7f029d490b
144 changed files with 330 additions and 348 deletions

View File

@@ -11,7 +11,7 @@
<div class="row" style="font-size: 12px;padding-top:35px;" ng-repeat="rows in chunkedData">
<div style="width: 100%; text-align: center;" class="col" ng-repeat="item in rows">
<img ng-class="{'shake': CSSFalscheAntwort, 'pulse': CSSErrorCode == '{{item.id}}', 'bounceOut': CSSAusblendung == '{{item.ausblendecssid}}', 'tada': CSSEinblendung == '{{item.einblendecssid}}'}" class="myborder animated imagesizemedium" src="img/Tiere/{{ item.bild }}" align="center" ng-click="PlayerAnswer(item.id)" ng-show="item.display">
<img ng-class="{'shake': CSSFalscheAntwort, 'pulse': CSSErrorCode == '{{item.id}}', 'bounceOut': CSSAusblendung == '{{item.ausblendecssid}}', 'tada': CSSEinblendung == '{{item.einblendecssid}}'}" class="myborder animated imagesizemedium" src="{{ item.bild }}" align="center" ng-click="PlayerAnswer(item.id)" ng-show="item.display">
<br>
</div>
</div>