-
Angular version 1.4.0rc1
![Old](https://x.virtkick.com/4f6c6878f3064246c6f11791ce171defecc36b7a/out.gif)
I wrote a custom javascript animation and applied it to `ng-if`:
``` js
mod.animation('.slid…
-
Hi,
After complete settings, text change but no animation appears.
Work fine with defaults settings.
**HTML :**
```
Création|Maintenance|Statistique|Référencement de votre site inter…
-
Tried on safari and chrome nothing happened when component unmounts
-
So, here's my JS:
```javascript
function animateCSS(element, animationName, callback) {
const node = document.querySelector(element)
node.classList.add('animated', animationName)
fu…
-
Hi,
Thanks for making this css project. I am a newbie. My code is
```
…
-
I tried using the plugin with Tailwind v1.0 and it doesn't seem to be working.
Here is my `tailwind.config.js`
```
plugins: [
require('tailwindcss-animatecss'),
]
```
When I tried it …
-
Dear friend, we, the rest of the NativeScript community really
appreciate your feedback! While we are doing all we can to take care of every
issue, sometimes we get overwhelmed. Because of that, we …
-
Dear friend, we, the rest of the NativeScript community really
appreciate your feedback! While we are doing all we can to take care of every
issue, sometimes we get overwhelmed. Because of that, we …
-
**Actual Behavior**:
- `What is the issue? *`: Under `md-input-container`, when applied `md-auto-hide="false"` to`ng-messages`, error message(s) is not shown by default.
- `What is the expected beha…
-
**问题描述**
SyntaxError: Unexpected token (323:11)
- 当生成的变量名为保留字时,建议转换一下
**源代码**
```typescript
Component({
externalClasses: ['wux-class'],
data: {
animateCss: '', // 动画样式
…