suchen

Heim  >  Fragen und Antworten  >  Hauptteil

angular.js - angular使用transition时无效

html代码

<p style="position:relative">
  <img src=".." class="default" ng-class="{animate : attr}" />
</p>

css代码

.default{
  position:absolute;
  display:block;
  top:0;
  left:0;
  transition:all 1s ease 0s;
}
.animate{
  top:-100px;
}

这样可以看到top变为-100px了,但是没有看到动画,这是为什么?

PHP中文网PHP中文网2783 Tage vor464

Antworte allen(0)Ich werde antworten

Keine Antwort
  • StornierenAntwort