Glowing Froala Editor

Glowing Froala Editor

frm

Well-known member
frm submitted a new resource:

Glowing Froala Editor - Glowing editor when set focus

Add the following to your extra.less template for a glowing border around your Forala editor when the focus is set while users are typing.

CSS:
/* GLOWING EDITOR */
@-webkit-keyframes glow {
    to {
        border-color: #626262;
        -webkit-box-shadow: 0 0 4px #626262;
        -moz-box-shadow: 0 0 4px #626262;
        box-shadow: 0 0 4px #626262;
    }
}
.fr-box.fr-basic {
    &.is-focused {
        -webkit-animation: glow 1.0s infinite alternate...

Read more about this resource...
 
frm updated Glowing Froala Editor with a new update entry:

Updated for gamer RGB effect

Update for RGB effect

CSS:
/* GLOWING EDITOR */
@-webkit-keyframes glow {
    0%, 40%, 70%, 100% {
        border-color: #ff0000;
        -webkit-box-shadow: 0 0 4px #ff0000;
        -moz-box-shadow: 0 0 4px #ff0000;
        box-shadow: 0 0 4px #ff0000;
    }
    10%, 50%, 80% {
        border-color: #00ff00;
        -webkit-box-shadow: 0 0 4px #00ff00;
        -moz-box-shadow: 0 0 4px #00ff00;
        box-shadow: 0 0 4px #00ff00;
    }
    30%, 60%, 90% {
        border-color...

Read the rest of this update entry...
 
Great. Now he’s going to be busy all day, adding 100 different effects.
I think the framework is there to understand it. :-P

The RGB is kind of difficult because it's in 3rds. I've only ever done keyframes in 4ths (0%, 25%, 50%, 100%).

I edited the keyframe as it was missing 20%.

If anyone can spot the error to be correct, even though it works as is, it would be @BassMan.
 
I think the framework is there to understand it. :-P

The RGB is kind of difficult because it's in 3rds. I've only ever done keyframes in 4ths (0%, 25%, 50%, 100%).

I edited the keyframe as it was missing 20%.

If anyone can spot the error to be correct, even though it works as is, it would be @BassMan.
Pfft lame. You know you want to.
 
  • Haha
Reactions: frm
I also don't want to be liable for giving people seizures going through the entire rainbow spectrum.
Well to be perfectly honest, in my humble opinion, of course without offending anyone who thinks differently from my point of view, but also by looking into this matter in a different perspective and without being condemning of one's view's and by trying to make it objectified, and by considering each and every one's valid opinion, I honestly believe that I completely forgot what I was going to say.
 
Well to be perfectly honest, in my humble opinion, of course without offending anyone who thinks differently from my point of view, but also by looking into this matter in a different perspective and without being condemning of one's view's and by trying to make it objectified, and by considering each and every one's valid opinion, I honestly believe that I completely forgot what I was going to say.
100% agree.
But I respect everyone 101% that don’t agree with me.
 
Well to be perfectly honest, in my humble opinion, of course without offending anyone who thinks differently from my point of view, but also by looking into this matter in a different perspective and without being condemning of one's view's and by trying to make it objectified, and by considering each and every one's valid opinion, I honestly believe that I completely forgot what I was going to say.

Thank you for not trying to be offenisve. 😂
 
Back
Top Bottom