• Resolved thejaydip

    (@iamjaydip)


    Add new title transition control under hover TAB to speed time for title hover transition.

    $this->add_control(
    	'title_hover_transition',
    	[
    		'label' => __( 'Transition Duration', 'elementskit-lite' ),
    		'type' => \Elementor\Controls_Manager::SLIDER,
    		'default' => [
    			'size' => 0.3,
    		],
    		'range' => [
    			'px' => [
    				'max' => 3,
    				'step' => 0.1,
    			],
    		],
    		'render_type' => 'ui',
    		'selectors' => [
    			'{{WRAPPER}} .elementskit-post-body .entry-title a' => 'transition-duration: {{SIZE}}s',
    		],
    	]
    );
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @iamjaydip ,

    As you already know currently, the feature isn’t available. But you can request a feature for that. We’re continuously adding new features according to our customer’s needs. Please navigate to the plugin’s details page on the useful link section and you will have the link to request a feature. Hit the Add Idea button there and submit your awesome idea. 😃

    Kind Regards,
    Benjir

    Thread Starter thejaydip

    (@iamjaydip)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature: Title hover transition control’ is closed to new replies.