Bound values for spin and pulse are not working
See original GitHub issueBound values for spin
and pulse
do not appear to work correctly. Once the spin is turned on, it can never be turned off.
I created a simple use case in the test application:
{{fa-icon 'sync' spin=isSpinning}} {{input type="checkbox" checked=isSpinning}} Spin it
When you set isSpinning
to true, the icon correctly begins to spin. But toggling it to false, does not stop the spinning. That is, the fa-spin
class is never removed.
https://github.com/tcjr/ember-fontawesome/commit/67aea5ced46894ce7db3756a94753f1788c702b9
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
4.7: NMR Spectroscopy - Chemistry LibreTexts
Another useful property that allows NMR spectra to give structural information is called spin-spin coupling, which is caused by spin coupling ...
Read more >Spin-Spin Relaxation - an overview | ScienceDirect Topics
This grouping is responsible for the transverse magnetization that is detected by the voltage it generates as it spins. When the excitation pulse...
Read more >Magnetization Transfer - Questions and Answers in MRI
When an off-frequency MT pulse is applied to the system to saturate the bound pool, there is some obligatory spin-lock relaxation effects on...
Read more >Accounting for Spin Relaxation in Quantitative Pulse Gradient ...
oleic acid, PGSE NMR is well suited to address the problem. ... The procedure used to arrive at the correct value for the...
Read more >coherence-order-selective transfer in I2S and I3S spin systems
pulses. The usefulness of unitary bounds on spin dynamics in the design of improved experimental ... This problem may be remedied by following...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@robmadole on a related note, one thing that I’ve really liked in other projects is when the readme has a link to an Ember Twiddle that could quickly be forked to set up a bug reproduction. Here’s an example from ember-concurrency. This might help ensure better quality bug reports.
Corresponding readme section here.
@tcjr sorry! Mike just pointed out that you have a test case in your fork. My bad. We’ll get this on the list.