cloudfour / cloudfour/SimpleSlideView

Normalizing some options now that noZepto

Aperta
#16 1 commento 0 reazioni 1 assegnatario Rivendicata da @tylersticka Vedi su GitHub
question
Lingua principale
HTML
Stelle
257
Fork
31
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hi @tylersticka

I'm seeing a couple of values getting computed for default options that I think are partially vestigial from Zepto. Specifically:

```
duration: ($.fx !== null) && ($.fx.cssPrefix !== null) ? $.fx.speeds._default : 400,
```

and

```
cssPrefix: ($.fx !== null) && ($.fx.cssPrefix !== null) ? $.fx.cssPrefix : '',
```

Not a lot of Google hits for `$.fx.cssPrefix` but it does appear to be Zepto-related. What are sane defaults for these now that `jQuery` is the only game in town?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.